A Calculator GUI App for personal computer that can be operated by the keypad. Featuring scientific and hexadecimal modes.
This is a final project for the course "Desktop GUI Applications using PyQt6.
Video presentation: https://wizstaff.com/kpcalc.mp4
- Python 3
- PyQt6
- asteval
- This program can be started without installing
- download and unpack the software
- navigate to directory containing directory kpcalc
cd kpcalc/
python3 app.py
Alexandre Kharlamov
No releases yet.
This project is licensed under the MIT License - see the LICENSE file for details
- decided to drop finite state machine and instead use multi-layered states
- decided to use asteval to do the actual calculations