Code Packets
Browse all published coding projects
Generate random array in C++
In this C++ project, we will see the random array generation means random values are generated and inserted into the array.
MiniAtm project in Java
This is a project of an ATM and the main theme of this project is to understand the working of an ATM in Java.
Create a random music from a folder in Python
This project aims to play random music from a folder. Here we use the random module, which is an inbuilt module in Python.
Solving a 9x9 sudoku using Backtracking in C++
A 9x9 2D matrix is taken as an input and using backtracking with C++ we will give solved sudoku as output. If there is no solution for the matrix we will print The given sudoku can't be solved.
Python Calculator Using Tkinter Module
This is the Python source code for creating a simple Calculator using the tkinter module.
Tic Tac Toe in C++
This game can be played by 2 players. The player who attains the pattern(line) first is the winner. If the pattern is not achieved then it results in draw.
COVID VACCINE SLOT RESERVATION SYSTEM IN C++
The covid vaccine slot reservation system helps the user to book the slots for their preferred vaccine.
PYTHON QR (Quick Response) Code Generator
This packet gives us an idea of how to generate QR code in Python for given data/information such as URLs
PYTHON PROJECT TO CREATE A DIGITAL CLOCK
This is a basic python project to create a digital clock GUI Application with 24-hour standard time format and refreshes for every 200ms and gives breif idea how to implement python project
Website Blocker using python
In this program, we will pass the link of websites that you believe are distracting and the program will block such websites while you are working on your computer.
A C++ program to calculate the change or amount to be returned to the customer.
The project aims to deliver the total amount to be returned to the customer after billing by splitting the amount into the currency units.
Random mobile number generator for India using C++
This C++ project can generate the desired number of random mobile numbers that work in India only.