Coders Packet

Packets submitted by Preetha P

Password generator in Python

Password generator in Python is implemented using loops and random module. Here, a random password is created in a given length of password.

Student management system in Python

Student management system in Python helps to maintain student details using insertion, deletion, search, modify, and print operations.

Console Hangman game in Python

Hangman game in Python is implemented using loops. Here, it randomly assign a word to the player, and the player has to guess the word by recommending the letters with a fixed number of attempts.

Tic Tac Toe in python

Tic Tac Toe in python is implemented using different user-defined functions and loops. Generally, it takes in user input, checks for the specific condition and prints the winner as output.