Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 395 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 395 Bytes

About

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.

How to use

  • Clone the repository
  • Install dependencies with poetry install
  • Run the script using poetry run python .\python_password_generator\password_generator.py

Unit tests

  • To run unit test, use poetry run pytest