Skip to content

the11/SdCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

A simple UI calculator written in Tkinter.

This is a basic calculator supporting basic mathematic operations(addition, product, substraction and division). The User Interface was made with Tkinter(a GUI binding distributed with the standard library of Python) and Python version 3.4

Usage

To launch the calculator application, just download the source code, and run the following command:

python3 main.py

No dependencies are required to run the application, because all of them actually ship with the standard Python version 3 distributions.

Screenshots

Programming with Python and Tkinter made it possible for this application to be portable and cross-platform, works on Linux, Mac OS X and Windows.

Calculator Screenshot

About

Simple Calculator application, UI made with Tkinter, code with Python(3)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages