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.

Shubham Chandrakant Shinde · Sep 20, 2021

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.

MD Riyaz · Sep 20, 2021

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.

Ramya Sri Balla · Sep 19, 2021

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.

Shaik Ateeq ur Rahman · Sep 19, 2021

Python Calculator Using Tkinter Module

This is the Python source code for creating a simple Calculator using the tkinter module.

Kumudha · Sep 18, 2021

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.

Pavithra P · Sep 18, 2021

COVID VACCINE SLOT RESERVATION SYSTEM IN C++

The covid vaccine slot reservation system helps the user to book the slots for their preferred vaccine.

Pavithra P · Sep 18, 2021

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

Krishna Prasad Deekonda · Sep 18, 2021

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

Krishna Prasad Deekonda · Sep 18, 2021

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.

Mehul Gupta · Sep 17, 2021

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.

Sreekar Reddy Boyapally · Sep 17, 2021

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.

Sreekar Reddy Boyapally · Sep 17, 2021