A RPN (Reverse Polish Notation) Calculator made for a course from high school in Python
For a school project, I had to create an RPN calculator, for our course about the Stacks. There is 3 versions of the project :
- The Main branch is with the simple code without any GUI. Feel free to reuse it in some of yours projects, but please credit me.
[ ] Upload the code without the GUI
[ ] Create a GUI version calculator like
For fun :
[ ] Make a converter "normal" equation <-> RPN equation
[ ] Create a real time stack GUI to show how it work