Simple calculator with some default functions such as addition, subtraction, muliplication, division and others.
Made with Python and Flet framework.
Python 3.7+, Pip, Pyinstaller, Flet
This repo contains two separated applications: calculator.py and profiling.py. Both of them are using our mathematical library.
- Git clone this repository
- Unzip and cd into one of the apps folder
- Run "make" command
- Cd into dist and run app
- Done.
Calculator:
- type in numbers and operands with buttons on screen or input them with keyboard
- for further help use "book" icon button
Profiling:
- run in terminal!(opening the app normally would cause it being shutdown right after last input)
- type in numbers inline with whitespace or tabs between them or one number in each separeted line
- stdin takes as much arguments as you want to provide
- the result can be calculated after pressing ENTER with empty string('')
Windows, Mac, multiple Linux distros
Ubuntu 22.04
Windows 10/11
xragan00 - Denis Ragan
xtabac03 - Timotej Tabaček
xfiedl05 - Simon Fiedler
236811 - David Dovala
GNU