Code Packets
Browse all published coding projects
Rock Paper Scissor Game in Python
My project is about game about Rock-Paper-Scissor between the user and computer. Based on the input it gives who wins.
Desktop Notifier using Python
A Desktop Notifier is a straightforward application that generates a notification message in the form of a pop-up message on the desktop.
Countdown the Time using Python.
countdown timers are a useful tool for various applications, such as creating time-limited tasks or creating suspense in games.
Generate Random Color Code in Python
This program code generates a random color code and hex value using random module in Python.
Distance Transformation in Java
Usually, people get confused regarding the parameters that measure distances. This program describes the conversion of distances between miles and kilometres by using Java.
Chatbot using python
A simple chatbot is a Interactive program simulating conversation, providing automated responses.
Chatbot using python
A simple chatbot is a Interactive program simulating conversation, providing automated responses based on rules or patterns.
Numerical to word converter using python
A Number to Word converter is a program that converts numerical digits into their corresponding word representation using Python.
Roman number converter in Python
Python program: Input number, convert to Roman numerals using Latin alphabet. Means converting the Roman Alphabet to numerical using Python.
word count in Python
word count is used to find the number of words in a document while you type. It is very helpful in our daily life.
Body Mass Index Calculator using Python
Body Mass Index Calculator is used to specify the user whether they are normal or overweight or underweight and it alerts the user whether the user is in correct weight or not.
Change size and color of text on mouse hover using HTML CSS and JavaScript
When we hover over the text. It increase the size of text as well as change the color of text. With the HTML, CSS, and JavaScript.