https://github.com/spimy/spalculator
A Simple Calculator Made in Python
https://github.com/spimy/spalculator
Last synced: 5 months ago
JSON representation
A Simple Calculator Made in Python
- Host: GitHub
- URL: https://github.com/spimy/spalculator
- Owner: Spimy
- Created: 2018-12-13T13:39:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T14:47:17.000Z (about 7 years ago)
- Last Synced: 2025-04-04T15:52:57.986Z (9 months ago)
- Language: Python
- Size: 35.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spalculator
A Simple Calculator Made in Python
# IMPORTANT NOTE
USE LOOPS TO CREATE THE BUTTONS!!
I WAS LAZY TO THINK OF A WAY TO DO IT...
SO IF YOU WANT TO MAKE YOUR OWN,
MAKE THE BUTTONS USING LOOPS!!!!!!!!!!!!
You have been advised :D
# Before Running
1. Make sure to have Python3 installed
2. Make sure to have Tkinter installed (Usually already installed with Python)
3. Launch main.py
4. Click the Numbers/Symbols
5. Calculate NUMBERS!
# Install Modules
To install modules required after installing Python3, run in Command Promp/Powershell:
1. pip3 install tkinter
# Side Note
Haven't added Keyboard support yet!