Made with Rio Framework
- Discord (Boost your skills with Rio! Join the Discord server to chat with other developers and discuss how to contribute.)
- GitHub (Found a bug? Issues are the perfect place to report it.)
- Community Forum (Join the community forum on Github to ask questions and participate in discussions)
- Feature Requests (The easiest way to request a feature on GitHub)
🚀 prototype_rio_pg is a password generator prototype built on the Rio Framework. Open to all MVPs.
- ✨ Password Generation: Create passwords of varying lengths (from 8 to 128) and complexities ("Empty", "Pathetic" "Weak", "Good", "Strong", "Excellent").
- 🔥 Parameter Customization: Ability to choose the inclusion of numbers, letters, and special characters.
- 🛡️ Security: Utilizes cryptographic secrets for password generation.
If you want to edit the template, go to password-generator/password_generator/utils/settings.py
- 🤝 Got a question? You can reach me on Telegram: https://t.me/arcan1um
Step-by-step instructions for installing the project.
- Clone the project to your computer:
git clone git@github.com:hydrospirt/prototype_rio_pg.git
- Install and activate the virtual environment with Python 3.12.5
For Windows:
cd ./prototype_rio_pg/ && py -3.12 -m venv venv
For Linuxsource venv/Scripts/Activate
source . venv/bin/activate
- Install dependencies from the requirements.txt file
For Windows:
for Linux:
python -m pip install --upgrade pip pip install -r requirements.txt
pip install --upgrade pip pip install -r requirements.txt
- To run, execute the commands:
cd ./password-generator/ && rio run
- Go to the link in the terminal or enter manually in the browser http://127.0.0.1:8000
The app is running at http://127.0.0.1:8000
🎉 Yay, free license Unlicense
Star it if you like it :)