An open API service indexing awesome lists of open source software.

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

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!