The goal of this project is to use Python to implement the hangman game.This project does not require any external modules, only the Python random and time modules.
The rock paper scissors game is played between two people and has few rules. Based on the player's pattern, we can define the rules and conditions for who wins the game.
The dice rolling simulator will simulate the sensation of rolling a dice. It will generate a random number, and the user can play the dice again and again until the user decides to quit the programme.
The email slicer is a useful tool for extracting the username and domain name from an email address. With this information, you can personalise and send a message to the user.
The project will generate stories at random with a few tweaks. You can ask users to enter a few words such as name, action, and so on, and it will modify the stories based on their input.
Encoding messages protects sensitive information. The goal of this project is to use a common key to encode (or encrypt) and decode messages.
The magic 8 ball is a fortune-telling ball that is used to make yes or no decisions.