An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        


logo

# mathsYNX Classic Calculator


showcase

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