/RoseFem

RoseFem is a tool with which you can randomly generate passwords. It is very simple to use. In the first opening, a menu welcomes you and you can create the desired length and number of passwords by selecting the mode you want.

Primary LanguagePythonMIT LicenseMIT

RoseFem

RoseFem is a tool with which you can randomly generate passwords. It is very simple to use. In the first opening, a menu welcomes you and you can create the desired length and number of passwords by selecting the mode you want.

💻 Main window

🎁 Installation:

  • Windows:

    • Download Python 3.9 from here
    • Launch installer, click add python to PATH
    • Download RoseFem
    • Open cmd or powershell in RoseFem directory
    • Run this command: pip install -r requirements.txt
    • And this: python RoseFem.py
  • Linux:

    • sudo apt update
    • sudo apt install python3 python3-pip git -y
    • git clone https://github.com/AliErcanOzgokce/RoseFem
    • cd RoseFem/
    • pip3 install -r requirements.txt
    • python3 RoseFem.py
  • Termux:

    • pkg update
    • pkg install python3 python3-pip git -y
    • git clone https://github.com/AliErcanOzgokce/RoseFem
    • cd RoseFem/
    • pip3 install -r requirements.txt
    • python3 RoseFem.py