Skip to content

hydrospirt/prototype_rio_pg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prototype_rio_pg

python Rio

Password Generator

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)

Description

🚀 prototype_rio_pg is a password generator prototype built on the Rio Framework. Open to all MVPs.

Key Features

  • 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.

Password Generator

🔍 Small Tip

If you want to edit the template, go to password-generator/password_generator/utils/settings.py

Installation

Step-by-step instructions for installing the project.

  1. Clone the project to your computer:
git clone git@github.com:hydrospirt/prototype_rio_pg.git
  1. Install and activate the virtual environment with Python 3.12.5
    cd ./prototype_rio_pg/ &&
    py -3.12 -m venv venv
    For Windows:
    source venv/Scripts/Activate
    For Linux
    source . venv/bin/activate
  2. Install dependencies from the requirements.txt file For Windows:
    python -m pip install --upgrade pip
    pip install -r requirements.txt
    for Linux:
    pip install --upgrade pip
    pip install -r requirements.txt
  3. To run, execute the commands:
    cd ./password-generator/ &&
    rio run
  4. 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

License

🎉 Yay, free license Unlicense

Star it if you like it :)

About

Password generator based on the Rio Framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages