https://github.com/greg-ynx/mathsynx-classic-calculator
Classic calculator software using python and pyforms desktop GUI framework.
https://github.com/greg-ynx/mathsynx-classic-calculator
calculator calculator-application pyforms python python3
Last synced: 3 months ago
JSON representation
Classic calculator software using python and pyforms desktop GUI framework.
- Host: GitHub
- URL: https://github.com/greg-ynx/mathsynx-classic-calculator
- Owner: greg-ynx
- Created: 2022-07-15T19:39:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T12:50:34.000Z (almost 3 years ago)
- Last Synced: 2024-12-31T17:38:44.709Z (4 months ago)
- Topics: calculator, calculator-application, pyforms, python, python3
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# mathsYNX Classic Calculator
![]()
Classic calculator software using python and pyforms desktop GUI framework.
## How to use the calculator
Click or enter any calculation into the text input then click on the `=` button to get the calculation's result.
AC button is used to clear all data.## Credits
Thanks to the Pyforms desktop GUI framework team, their documentation is currently a mess but there is more than enough
things to build a small project. It is fast and easy to use, but I regret that this framework is not complex enough to
build advanced apps...Requirements needed for this application were:
- PyForms~=3.0.0
- pypiwin32~=223
- pywin32~=304