https://github.com/somedude72/py-calculator
The most basic calculator written in Python ever.
https://github.com/somedude72/py-calculator
linux macos windows
Last synced: 3 months ago
JSON representation
The most basic calculator written in Python ever.
- Host: GitHub
- URL: https://github.com/somedude72/py-calculator
- Owner: somedude72
- License: other
- Created: 2022-09-12T04:46:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-06-18T04:42:08.000Z (about 1 year ago)
- Last Synced: 2025-07-13T17:49:35.043Z (12 months ago)
- Topics: linux, macos, windows
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This is my first programming project ever. It is a basic calculator running in the command-line. Releases can be found on the right, and source code is found above.
## Installation
#### macOS
You can either clone the repository with git and the run `App/Main.py` with Python, or you can use the prepared shell script (described below) which will install the calculator to a specific directory and add the directory to your PATH.
- Download and extract `Calculator-Mac.zip`
- Double-click on `Setup.tool` and follow the instructions
#### Windows
- Install Python 3
- Download and extract `Calculator-Windows.zip`
- Open terminal and navigate into the extracted zip
- Run the script with `python Pycalculator.py`