from PyQt5.QtWidgets import QApplication, QWidget, QMainWindow, QPushButton, QAction, QMessageBox ...
This application is a caesar cipher app made with PyQt5, this caeser cipher application was made as a experimental project to learn GUI programming with PyQt5. The gui consists of two windows you can ...