https://github.com/mascrypt0/py-calculator
Py Calculator using Python version is 3.x. with Graphical User Interface. This project always take the two numbers and do 4 operations (Addition, Subtraction, Multiplication and Division) between that two numbers. User can only entry two numerical values otherwise it will give Error message
https://github.com/mascrypt0/py-calculator
py-calculator py-calculator-gui python python3
Last synced: 24 days ago
JSON representation
Py Calculator using Python version is 3.x. with Graphical User Interface. This project always take the two numbers and do 4 operations (Addition, Subtraction, Multiplication and Division) between that two numbers. User can only entry two numerical values otherwise it will give Error message
- Host: GitHub
- URL: https://github.com/mascrypt0/py-calculator
- Owner: mascrypt0
- License: gpl-3.0
- Created: 2024-02-23T15:36:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T17:25:27.000Z (over 2 years ago)
- Last Synced: 2025-02-28T22:59:13.951Z (over 1 year ago)
- Topics: py-calculator, py-calculator-gui, python, python3
- Language: Python
- Homepage: https://github.com/mascrypt0/py-calculator
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# py-calculator
## Getting started
This Program run on both Windows and Linux operating system by using pycharm, anaconda 3 or all other python editor with the python version 3.x
This software is developed by python 3.x
Used tkinter module for the Graphical User Interface
It performs Addition, Subtraction, Multiplication and Division only for two numbers
It is more secure which means you may not enter other anything except the numerical values
It is more relevant and easy to use for an user
## Prerequisites
You need to install python version 3.x. download Python from official website: https://www.python.org/downloads/
or download a complete package by downloading anaconda: https://www.anaconda.com/download/
One editor can be a good one. (i.e., pycharm, anaconda3 etc or any other that you can choice.
Download pycharm: https://www.jetbrains.com/pycharm/download/#section=windows
## For Linux
To install both python and any text editor like pycharm you should do some execution of command line on the terminal.
## Built in
python 3.x
tkinter python