Skip to content

BenjaminHerbert/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

Welcome to Calculator! Calculator is a GUI based and have a modern design. The full prgram is only written in Python and runs on Windows and Linux.

Some Informations:

  • Programming Language: Python
  • extra Libarys: customtkinter
  • Code length (1.01 Windows): 77
  • Code length (1.01 Linux): 76
  • GUI: yes
  • compatibility (OS): Linux, Windows

How to use under Linux:

You have to install Python3. You can install it with this commands:

  • For Ubuntu
$ sudo apt-get install python3
  • For red Hat
$ sudo yum install python3
  • For Suse:
$ sudo zypper install python3

You have to install customtkinter. You can install it on all Platforms with this command:

$ pip install customtkinter

The last step is to run the Program. You can do that with this example command for Ubuntu:

$ python3 calculator.py

Picture of the newest Version:

Picture 2

About

A gui based calculator, written in Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages