https://github.com/israel-dryer/pydatamath
A simple Python calculator gui application based on the Texas Instruments DataMath produced circa 1972
https://github.com/israel-dryer/pydatamath
Last synced: 7 months ago
JSON representation
A simple Python calculator gui application based on the Texas Instruments DataMath produced circa 1972
- Host: GitHub
- URL: https://github.com/israel-dryer/pydatamath
- Owner: israel-dryer
- Created: 2019-08-24T03:46:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-16T20:22:53.000Z (about 6 years ago)
- Last Synced: 2025-02-01T02:41:28.681Z (9 months ago)
- Language: Python
- Homepage:
- Size: 857 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyDataMath - GUI calculator with transparent background
A simple Python calculator gui application based on the Texas Instruments Datamath produced circa 1972. You can [read more](http://www.datamath.org/) about the history of this interesting calcuator.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. This project builds a GUI with a transparent background with **clickable picture buttons** created from the original image. This is as close as you can get to using one without actually having one! Watch the [YouTube]() tutorial ... COMING SOON...
Tkinter should already be installed with your python distribution. But if not, you can install with `pip install tkinter`
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.
