=======================================================
To make sure the program will work, use:
python==3.11.8 (or versions below)
Then:
• pip install -r requirements.txt
• python main.py
=======================================================
Keyboard actions:
"+" -- Add the sum function.
"-" -- Add the subtraction function.
"=" or "↩" -- Shows the result on the display.
"/" -- Add the division function.
"*" -- Add the multiplication function.
"C" or "ESC" -- Clear the display.
"⌫" -- Remove the last digit to the right on the display.
Enjoy it :)
=======================================================