PYTHON DJANGO
One of the first project I have done using Python.
Password Generator
/password_generator_py
Generates passwords using f-string and random method in python and saves the password in .CSV file
Hangman
/hangman_py
Takes random word from JSON file which user needs to guess. Every correct guess earns you 1 point and, every wrong guess take one point out.