OxyPasswords is a simple password manager built with Python. The project features a graphical user interface (GUI) for easy interaction, allowing users to store and manage their passwords securely. It aims to provide a user-friendly experience with essential functionalities for password management. The repository includes all necessary scripts and dependencies to get started. Contributions are welcome as the project is in its early stages of development.
- Generate Passwords using Genpass.
- Set your Genpass settings at the settings page.
- JSON saving.
- Easy to use.
- Download repo.
git clone https://github.com/oxytannOxy/oxyPasswords.git
- Go to the folder.
cd oxyPasswords
- Install requirements.
pip install -r requirements.txt
- Finally run the app...
python main.py
Oxytann 😌