A GUI (tkinter) calculator that (eventually) can be launched from the command line. Including an equation in the command will solve it and display the result in the GUI.
- Calculator logic is an independent class that can be swapped out
- GUI
- CLI
- keyboard support
- clipboard functionality via pyperclip
- history
- additional calculator engines
- additional interfaces
- configurable buttons
- configurable styles
- configurable keyboard support
- style configurator gui
- random style generator
- on change clipboard auto-process
- regex prefilters to modify clipboard data before trying to solve
- advanced history