Code Packets
Browse all published coding projects
Login System Using Python
I have created a login system using Python. There are 2 options login and register. We have to do registration for the login.
Database GUI in Python using Tkinter
This simple GUI in python is used to store a number of entries of basic details like First Name, Last Name, Address, City, State, and Zipcode.
Roll-A-Dice using JavaScript
A simple website to roll a dice to get a number between 1 to 6, made using HTML, CSS and JavaScript.
Finding IP Address in Java Using Java Swing
This Project is done in Java using Java swing concept. It is used to find the IP address of any given URL and it is built using java swing ,which makes it platform independent.
Sending Email using SMTP in Python using the smtplib module
This emailing system using Python can be used in an alert system like an e-commerce price alert system, etc. It uses the smtplib, email, imghdr, and os Python modules.
Bus Reservation using C++
Viewing availability of the bus seats and booking and cancelling bus seats using array in C++
Credit Card Validator Using C++
This Project is all about checking if the entered Credit Card number is valid or not. C++ Programming Language is used in this project.
Collage Maker With OpenCV In Python
In this project, we have implemented a collage maker with opencv in python which creates a collage of 4 grids of a particular image.
Creating A Window using SDL library in C++.
In this Packet, We are using the basics of the SDL library to create a window and also insert a bmp image in that window.
Kadane's Algorithm for circular Subarray in C++.
In this packet we are implementing a C++ Program for updating the use of Kadane's Algorithm for the Maximum Circular Subarray Problem.
Modern Loan Calculator App using Python Tkinter
This Project is to develop a Loan Calculator app using Tkinter(GUI application) in Python Language. This application will calculate the Total loan amount for you.
File-Handling Basics In C++ using Account Management Example.
In this Packet, We are using file handling concepts in C++ to keep the data persistence even after the program execution. We are taking an Account class for this.