Coders Packet

Packets submitted by Archisman Bhattacharya

Message decoder using Python

This is a basic python code that can be used to decode messages encoded by the Secret Message Encoder.

Rock Paper Scissor game using Python

This is a simple rock paper scissor game in python. This game code uses the random and OS module of python.

Number Guessing Game using 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.

Message decoder using Python

This is a basic Python code that can be used to decode messages encoded by the Secret Message Encoder.

Secret Message Encoder using Python

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.

Video Downloader in Python using Pytube and Tkinter

This code helps you develop a basic video downloader in python using pytube and Tkinter. This downloader allows you to download any YouTube video.

Hangman Game using Python

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.

Password generator using Python and Tkinter

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.