Code Packets
Browse all published coding projects
URL SHORTENER USING PYTHON
It's a script that takes a list of URLs as command-line arguments and uses the TinyURL API to generate shortened URLs for each input URL.
PASSWORD GENERATOR USING JAVA
It's a simple command-line random password generator. It generates random passwords of a specified length and quantity and displays them to the user.
TEMPERATURE CONVERTER USING JAVASCRIPT
The Temperature Converter Using JavaScript project aims to provide a simple and user-friendly tool for converting temperatures between Celsius and Fahrenheit scales.
Breast cancer prediction in python
Breast cancer prediction is the process of using previously collected data and various features to predict whether a person can have breast cancer or not.
Video2mp3 downloader from youtube video url using python
This Python script uses Pytube to download MP3 audio from a YouTube video provided by the user's input URL and saves it in the specified or current directory.
Captcha Generator using JavaScript
Generation of random Captcha using JavaScript and its functions. Captcha is basically a mixture of random combinations of letters and numbers in a very random way.
Basic Calculator with GUI in python
This "Basic Calculator GUI" project provides a practical example of creating a graphical user interface for a basic calculator application using the Tkinter and ttk library in Python.
race the turtles in python
This Python code creates a turtle race game where the player places a bet on the winning turtle's color, and the race outcome is determined randomly.
Ping pong game in python
This Python code uses Turtle graphics to create a simple Pong game where players control paddles to bounce a ball and earn points.
Snake and apple game in python
This Python code creates a simple Snake game using the Turtle graphics library, where a player controls a snake to eat food, avoid collisions with walls and itself, and maintain a score.
Bank Management System using Java Swing, AWT and MySQL Database
The Bank management system is a Desktop Application using Java Swing and MySQL database. With the help of this application, we can enjoy the features of ATM machine.
Remove particular color from an image in Python
A package that can be used to remove any particular color from an image in Python. A Basic GUI for openCV is also provided in python.