Second project: Python Tkinter calculator app showcasing GUI and core Python skills and while learning through various mediums.
- CLI calculator (
cli.py) - GUI calculator (
gui.py) using Tkinter - Core calculator logic in
calculator/core.py
- CLI:
python cli.py - GUI:
python gui.py(requires Tkinter)
add a b | sub a b | mul a b | div a b | pow a b | pct a b | neg a