Code Packets
Browse all published coding projects
Mystery Number Guessing using python
This Python project guesses the user's number using basic algorithms, functions, and conditions, utilizing their final calculated result.
Pictoquizeez-virtual Quiz attending : A Python computer vision Project
This project incorporates computer vision algorithms and real-time gesture recognition to enable participants to navigate through the quiz interface and answer questions using hand gestures.
Password Generator using Python
This program is a simple password generator in Python. The program uses the `random` and `string` modules. It defines a function called `generate_password'.
Guess the Number game Python GUI application
The given code implements a number guessing game using the Tkinter library in Python. Where the player can enter their guesses for a randomly generated secret number between 1 and 100.
Countdown calculator using Python
The given program is a simple countdown calculator implemented in Python. That calculates the number of days left between the current date.
Guessing game using Python
This program is a guessing game implemented in Python. The program starts by importing the random module, which is used to generate random numbers.
Password Sticky Note in Python
This is a Windows command -line application that allows developers to quickly record key passwords in a text file, which they can then transfer to a safe vault at a later time.
Mobile Order system using java console program
It is a mobile order system using java where the user can order the mobile from online and it will be delivered to the address of the user.
College Management System in C++
This project allows you to add, delete, edit, and display the records of students in the college. The project is written in C++.
CALCULATE MARKS using JAVA
This program takes the marks of a student as an input and shows the result as an output.
Flames game using Python
"Play the Flames game in Python! Determine relationship compatibility between two names based on the FLAMES acronym."
Temperature converter using python
"Convert temperatures between Celsius, Fahrenheit, and Kelvin with a simple Python temperature converter."