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.

KOPPADA NAGA LAKSHMI · Sep 14, 2023

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.

KOPPADA NAGA LAKSHMI · Sep 14, 2023

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.

KOPPADA NAGA LAKSHMI · Sep 14, 2023

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.

Aaditya Kaushik · Sep 14, 2023

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.

Suresh Mahto · Sep 12, 2023

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.

Sai Baba Kotha · Sep 12, 2023

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.

Papri Boyra · Sep 12, 2023

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.

Aditya Agarwal · Sep 12, 2023

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.

Aditya Agarwal · Sep 12, 2023

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.

Aditya Agarwal · Sep 12, 2023

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.

Jeetendra Kumar · Sep 11, 2023

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.

Lakshay Sharma · Sep 11, 2023