This project is a RSA keygen made using python. It just simulate how a key is generated is RSA on a more simple way, so the use for security reasons is not recommended.
Use the terminal of your operating system. Obs: you should have Python installed on your system to follow this instructions.
# Clone the repository
git clone <https://github.com/datsfilipe/rsa-python.git>
# Enter on directory created by git clone command
cd rsa-python
# Type below command and follow the app usage
python usage.py
# Maybe you will have to use python2 or python3 to run