https://github.com/israel-dryer/pydatamath-ii
A simple Python calculator gui application based loosely on the Texas Instruments DataMath II produced circa 1975 #PySimpleGUI #Tkinter
https://github.com/israel-dryer/pydatamath-ii
Last synced: about 2 months ago
JSON representation
A simple Python calculator gui application based loosely on the Texas Instruments DataMath II produced circa 1975 #PySimpleGUI #Tkinter
- Host: GitHub
- URL: https://github.com/israel-dryer/pydatamath-ii
- Owner: israel-dryer
- Created: 2019-08-20T18:38:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T20:39:13.000Z (over 4 years ago)
- Last Synced: 2025-03-28T00:44:03.237Z (7 months ago)
- Language: Python
- Homepage:
- Size: 1.5 MB
- Stars: 25
- Watchers: 1
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyDataMath-II
A simple Python calculator gui application based loosely on the [Texas Instruments DataMath II](https://americanhistory.si.edu/collections/search/object/nmah_1364035) produced circa 1975. If you're looking for some experience with a GUI, or you want to add a project to your Python portfolio, this is a great place to start.I'm using a [Digital-7 font](https://www.1001fonts.com/digital+clock-fonts.html) on the display. Download and install if you want to use it, but it's optional. You can use another font if you choose, such as "OCR A Extended" which comes packaged with Windows. But, I think the Digital-7 font looks nice. Please keep in mind that the text field sizing is based on the selected font, so if you use another font-type, you may need to tweek the button sizes.
## PySimpleGui Version
Requirements: PySimpleGUI `pip install pysimplegui` or `conda install pysimplegui`
- Watch the [YouTube tutorial](https://youtu.be/x5LSTDdffFk)
- Get the [code](calculator_sg.py)
- See a live demo on [Trinket](https://israel-dryer.trinket.io/sites/py-datamath-ii)
## Tkinter Version
Tkinter should already be installed with your python distribution. But if not, you can install with `pip install tkinter`
- Watch the [YouTube tutorial]() <-- coming soon
- Get the [code](calculator_tk.py)