PyDataMath-II

A simple Python calculator gui application based loosely on the Texas Instruments DataMath II produced circa 1975 #PySimpleGUI #Tkinter

Stars
23

PyDataMath-II

A simple Python calculator gui application based loosely on the Texas Instruments DataMath II 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 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

Tkinter Version

Tkinter should already be installed with your python distribution. But if not, you can install with pip install tkinter