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

Rock Paper Scissors

/rock_paper_scissors_py

Game rock, paper, scissors in python

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.

Guess a number

/guess-a-number-py

Python game. Guess a random number in range.