Skip to content

🖩 Basic GUI calculator in OOP style (python + tkinter + pytest)

License

Notifications You must be signed in to change notification settings

vyahello/calculator-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUI calculator

Basic GUI calculator in OOP style written in python with Tkinter library.

Run gui calculator

Run script from the root directory of the project:

~ python calc.py

Demo

Screenshot

Contributing

  • clone the repository
  • configure Git for the first time after cloning with your name and email
    git config --local user.name "Volodymyr Yahello"
    git config --local user.email "vyahello@gmail.com"
  • python 3+ is required to run the code
  • run pip install -r requirements.txt to install all required python packages

About

🖩 Basic GUI calculator in OOP style (python + tkinter + pytest)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages