/Python-projects

Guess_number || Hangmang || password_management

Primary LanguagePython

Gusess-number:

We take a small and a large number from the user, and then the program must generate a random number and ask the user to guess, and the user will have five chances to guess.

Hangmang:

We have a list of names and one of the names is chosen randomly and the user has to guess the letters of the words.

password_management:

the user can add a user password and can do three things: add, view and close the program and how to encrypt and decrypt the password.