This is a basic python code that can be used to decode messages encoded by the Secret Message Encoder.
This is a simple rock paper scissor game in python. This game code uses the random and OS module of python.
This is a simple number guessing game written in python. The code uses the random module, the OS module, and the math module of python 3.
This is a basic Python code that can be used to decode messages encoded by the Secret Message Encoder.
This is a very basic python code for encoding a given message by using a random key generated during execution. This code can generate up to 321,272,380 different keys.
This code helps you develop a basic video downloader in python using pytube and Tkinter. This downloader allows you to download any YouTube video.
This is a two or more player hangman game in python. It allows each of the players to enter a sentence/movie name while the rest try to guess the correct answer.
This is a code for a password generator using python based on the user's choice of character sets. It also contains a GUI designed using the Tkinter module of python.