https://github.com/mr-g254/python-calculator-using-tkinter
Creating a calculator app in Python
https://github.com/mr-g254/python-calculator-using-tkinter
python-calculator python-desktop-application tkinter-gui
Last synced: 5 months ago
JSON representation
Creating a calculator app in Python
- Host: GitHub
- URL: https://github.com/mr-g254/python-calculator-using-tkinter
- Owner: Mr-G254
- Created: 2022-10-05T09:25:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T19:51:54.000Z (almost 3 years ago)
- Last Synced: 2025-03-20T10:35:23.418Z (9 months ago)
- Topics: python-calculator, python-desktop-application, tkinter-gui
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-Calculator
For graphics user interface I have used tkinter.
To add an icon to the the program add the following lines of code:
img=tk.PhotoImage(file='Image file in ".png" format')
window.iconphoto(False,img)
Also ensure that the image is the same directory as the program.
Apart from doing calculations the program can also convert various weight units.
Contact: Gikuhiezekiel@gmail.com