Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodionmern/rapp
A simple CLI password generator.
https://github.com/rodionmern/rapp
Last synced: 5 days ago
JSON representation
A simple CLI password generator.
- Host: GitHub
- URL: https://github.com/rodionmern/rapp
- Owner: rodionmern
- License: gpl-3.0
- Created: 2024-08-06T16:50:35.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T18:35:44.000Z (5 months ago)
- Last Synced: 2024-11-19T20:14:37.994Z (2 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RAPP installation
To use RAPP you need to install:
```
pip install colorama
pip install tqdm
```If you are having problems with PEP 668:
```
sudo apt install python3-full python3-venv pipx
python3 -m venv .venv
source .venc/bin/activate
python3 -m pip install colorama
python3 -m pip install tqdm
```