Code Packets
Browse all published coding projects
Hovering Stopwatch using python
The Stopwatch App is a simple Python application that provides stopwatch and timer functionality.
Word Dictionary Using Python
The "Dictionary App" is a simple yet effective tool for quickly looking up the meanings of words.
C++ Operator Overloading
C++ has the ability to provide the operators with a special meaning for a data type, this ability is known as operator overloading. Operator overloading is a compile-time polymorphism.
Python - Invoice GUI Application
This Python Tkinter app creates invoices with customer details, product info, quantity, and price. It validates inputs and saves the information as a .docx file
Image to PDF convertor using python
Used python libraries to create a GUI interface for converting Image from the directories to Pdf files for windows
Space Rocket game using Python
The Space Rocket game is a offline asteroid shooting game made with Python programming Language, The game also includes to shoot down the attacking UFO without loosing lives.
Domain Subfinder using Python
Domain Subfinder Python script leveraging crt.sh API to find subdomains of a domain, aiding in reconnaissance for security assessments and bug bounty programs.
Suspicious URL Checker using Python
A Python package to check URL suspiciousness. It examines the URL's scheme, presence of IP address, and performs a HEAD request to verify accessibility.
English-Hindi Flashcards using Python
Our project English-Hindi Flashcards will help you to learn the most used Hindi words with English meaning without any pen & book.
Image to ASCII Art using Python
Image to ASCII Art using Python is a project that converts an image into ASCII art, a graphical design technique that represents images through characters.
Guess a Number Using JavaScript And HTML
This HTML and JavaScript code implements a "Guess a Number" game where users guess a randomly generated number between 1 and 100, receiving feedback on their guesses.
Graphical user interface (GUI) for an ATM system using Java
Java based ATM: Conveniently perform withdrawals, check balances, and manage accounts with ease.