Preetha P
@Preetha11
4 published packets
Joined Sep 2021
Published Projects
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.
Sep 21, 2021
Student management system in Python
Student management system in Python helps to maintain student details using insertion, deletion, search, modify, and print operations.
Sep 21, 2021
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.
Sep 14, 2021
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.
Sep 08, 2021