Code Packets
Browse all published coding projects
Random Password Generator in Python
This code prints the password randomly. within lower,upper,special characters and all.
Precise Square root using cpp
We are finding the floating part of the square root of a given number, to get the exact precise value of the square root.
Remove n Special Characters from a String in Python
The following code is used to remove user-specified n special characters from a user-inputted string using loops and if conditions in Python.
PNG to WEBP Converter in Python
Created a project for converting PNG images to WEBP format using python and its libraries. Taking png image and resulting webp (empty) file as inputs.
Multi Client Group Chat In Java
The Multi-Client Group Chat project is a Java-based application that allows multiple clients to participate in a real-time group chat session.
Guessing Random Number in Python
My code is about Guessing Random Number in Python. It gives five chances to guess the number correctly
Simple calculator using python
This calculator is used for operations such as addition, subtraction, division, multiplication, and exponentiation.
Show Window Notification using Java
In this project, we will notify you as per your demand such as Info, Error, Warning etc. We manage the location, theme and time at which notification seems.
Movies Rating Website using Html, Css, Javascript, MongoDb along with API calling.
It is a movie review website where any user can comment on the view and based on the comment user can download the movie. Tools used: HTML, CSS, JAVASCRIPT, MongoDB.
Currency Converter using Java Swing AWT
It is the program to convert the currency from Indian rupees (INR) to US Dollars (USD). This program is written in Java.
Simple API With Python
API with python ,Flask, MYSQL, html. Simple API and web interface for managing a single word in the database
English-French-Text-to-Speech in python using gTTS
Google's Text-to-Speech (gTTS) technology transforms written text into realistic speech. Developers may easily integrate it, enabling natural audio output.