Code Packets
Browse all published coding projects
Basic calculator using C++
This packet is a basic calculator using c++. This calculator performs operations such as addition, subtraction, division, and multiplication.
ATM Project using Java-Beginner level
As the name suggests our project is to design an ATM (basic level) using JAVA. This is further used for designing Advanced level ATM projects.
Football Management System Using PHP, HTML, Java Script and MySQL
The project Name is Football Management System. Here I Have Used PHP, HTML, CSS, Javascript, MySQL
Artifact's(E-commercial Website) in Java
Artifact’s is an E-Marketplace where Tribals can sell and promote their attractive Handicrafts, Paintings, Clothes , Jewellery Items and many more. This platform is developed in Java.
Image Encryption/Decryption in Java
Image Encryption/Decryption is a desktop application to encrypt or decrypt an image using a pass key. This application is built in Java using Swing and Awt.
Java project for Encryption and Decryption a text file.
In this Java project, I have implemented DES(Data Encryption Standard) algorithm for encrypting a text file. After encrypting you can decrypt your file again.
Python Number To Word Converter Using num2words module
This is the python program for converting a number to word format using the num2words module. This program is used for banking application
Chat Server Using Java
Chat server is a network-based application that has two faces: one for the server-side and one for the client. Where more than one client can share their messages.
Secure Login and Registration System in C++
This C++ system is an implementation of basically four features for a user: (i)Login (ii)Register (iii)Retrieval of forgotten username OR password (iv)Exit system.
C++ program to print a star after a count down
In this C++ program, a star is printed after the desired countdown given by the user. This star has been created with the help of several FOR loops.
Student ERP System in Java
An ERP system in Java in which an old student can log in through their credentials can see the details of their own whereas the new student can register themself by entering their credentials.
Amazon product price tracker using Python and Beautiful soup
Amazon product price tracker using Python & beautiful soup takes user input (URL of the product), fetches the price of that product from Amazon, and notifies via email.