Calculator on Pyside6
This is simple cross-platform GUI Calculator written in Python.
Its provides simple mathematical functions in a dark designed app.
Perform basic calculations:
- addition
- subtraction
- multiplication
- division
Main code located in app.py
Files for Qt Designer are stored in a ui directory.
Also created .exe file with icon:
To install requirements.txt you need to write this command in the terminal:
> pip install -r requirements.txt