This password generator creates secure and random passwords that can be used to protect your online accounts.
The password generator provides the ability to create passwords of various lengths and complexities. It generates unique combinations of characters, including uppercase and lowercase letters, digits, and special symbols.
- Clone the repository: git clone https://github.com/amin-salpagarov/passwordGenerator.git
- Install the required dependencies: pip install -r requirements.txt
- Apply database migrations: python manage.py migrate
- Run the development server: python manage.py runserver