Code Packets
Browse all published coding projects
Anagrams Using C++
An Anagram is basically the arrangement of letters of another word irrespective of the order. The program is implemented using C++, shows how anagrams are generated.
Currency Convertor using Java
Currency Conversion is the change of the real value of one currency into another country's currency.
OTP Checker using Java
Check and Verify One Time Password automatically generated on random basis by the system using Java.
Sample Template for Competitive Programming in C++ on CodeChef or CodeForces
This project contains a nicely written and formatted template that can be used by any Competitive programming website to speed-up the code and quickly use C++ STL library functions.
Hand Cricket using Java
Hand Cricket is made using Java which replicates the game we use to play. The other player is the Computer.
Email Sender in Python
Email Sender is the GUI Application which allows you to send email to anyone you want. In this we are using python language it is high level, object oriented programming language
Image Resizer And Cropper With OpenCV In Python
In this project, resizing and cropping of images is done with the help of OpenCV in Python. Here, we use the cv2 library.
ASCII Art using Python
In this article, we're going to create an ASCII Art using python module pyfiglet that will make your coding experience much creative.
Snake game using Java and AWT and Swing programming
This is an attractive snake game made by Java, AWT, and Swing concept. Please read under the project description section for mode details.
Calculator using Java and Swing programming
This is a simple calculator made by Java and Swing programming concept. In this calculator, I can provide the ON and OFF buttons, these two buttons control the whole application.
Know your Zodiac Sign using Python
This Code in Python allows the user to know his/her Zodiac sign by taking birth date and month as input.
Password Generator using Python
A Project implemented in Python where a User can generate strong passwords according to the length of the password given