Random password generator made using Python 3.12.
Made as a side project, to try out poetry : feel free to use this code and modify it as you please.
- Clone the repository
- Install dependencies with
poetry install
- Run the script using
poetry run python .\python_password_generator\password_generator.py
- To run unit test, use
poetry run pytest