Code Packets
Browse all published coding projects
Tic Tac Toe Game In Android Studio
Tic tac toe is an Android game where two players take turns placing their respective marks, X and O.
Orkut Clone using JAVA GUI
The Orkut provide the users with lot of options such as add as a friend, write post, joining communities etc.
Simple Digital Clock Application using Java
Simple Digital Clock Application is my third packet designed using swings and awt in Java.
Python code to Guess the word by its meaning
As the title suggests, the code provides the user with the meaning of a random word and the user must guess the word or its synonym. The code has been written in Python language.
Cook Recommendation System in Python using scikit-learn
A recommendation system that provides recommendations based on nearest location, specialty, and rating provided by users.
Medicine Inventory Management System using Java Swings
Medicine Inventory Management System to save new medicine or update the existing one.
Searching and Sorting Techniques in Python
This project shows the working of Searching algorithms- Linear search and Binary search and sorting algorithm- Selection sort and Bubble sort
Basic Calculator in C#(Sharp)
Helps the user in performing the basic arithmetic operation. And also helps in performing arithmetic operations without error.
Converting Indian Rupees to American Dollars using c#(Sharp)
Helps people in converting Indian Rupees into American Dollars so that they can understand the price easily.
Rock Paper Scissor game using java
This is a simple rock, paper and scissors game made with Java and GUI is also added here for a better experience.
Check Sensitive Data in Document Using Python
This project helps to prevent data loss or leaks by sharing documents. This program tells you what is the sensitive information in the paper.
Semordnilap test in Python
The program tests if a given word is a Semordnilap or not. A Semordnilap is any word whose letters, when reversed, spell another word. Examples of such words are: live, swap, diaper etc.