Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```