Simple gui calculator - just for practising python Implementation of advanced calculator with GUI for sophisticated purposes. My first project in python, besides those the smallest. My first meeting with GUI.
Implementation of advanced calculator with Python and GUI.
Table of Contents
The aim of this project is to create calculator with advanced functions like trigonemotric functions and drawing graphs of popular functions. By creating this project I intend to learn how to build simple python projekt in OOP style with some modules, classes, GUI with Tkinter tests.
- Python with some popular libraries:
- Tkinter
- Pytest
- matplotlib
- numpy
The project is still in the phase of development. Currently I want to create appropriate tests.