A RSA cipher application to encrypt and decrypt text using python.
run this command in powershell at the location of the project:
pyinstaller --clean --windowed --onedir --add-data='.\RSA.ui;.' .\RSA.py
The executable file is now created in the dist/RSA folder.