Code Packets
Browse all published coding projects
Acronym Generator using Python
Acronym Generator will take a String as an input and it will return the initials of all the words in the String.
Python Doremon Project
Python Doremon Project is made using Turtle module and displays doremon drawing at the end.
Python Music Player
Python Music Player Application is a basic Music Player where you can select the directory load the songs and play them.
Fantasy Cricket Game GUI using Python
Fantasy Cricket Game GUI using Python(PyQt5) and sqlite3 is an online game where we can create a virtual cricket Team of Real Cricket Players.
Banking Statement using copy constructor in C++
This code helps to understand the concept of copy constructor using C++. A copy constructor is used to when an object is initialized from an existing object.
Python Project To-Do list
This is the to_do_list project using python. I have used Tkinter and pickle module in it to make it usable to the user.
Password generator in Python using Tkinter
The project aims to generate a random password with a specified length in Python using the Tkinter module.
Morse Code Converter using Python
I design a morse code converter using python which is nothing but represent alphabet or code in combinations of sound signals or light
Matrix Operations Using C++
This project basically performs the binary operations like addition,subtraction and multiplacation on two matrices. It also prints the transpose of a given matrix.
Air Quality Index Calculator in C++
This is a C++ project to calculate Air Quality Index(AQI) of the air.Also provides the prescription about the air quality and the precautions to be taken.
Simple Calculator using HTML, CSS, and JavaScript
The aim of this project is to act as a simple Calculator by doing some basic arithmetic operations and is created using HTML, CSS, and JavaScript
Library Management System Using C++
The library management system is a C++ project which is done by using a Stack and Map. Here Stack is used to storing the book's data Map for performing some operations.