Overview
numworks_env is a port of the NumWorks calculator Python environment modules to modern python, allowing users to run and experiment with the calculator's Python features directly on their desktops.
Motivations
I wanted to write some python code to make my maths studies easier on my calculator but testing was annoying and I discovered a lot of bugs after plugging out the calculator, which was honestly a huge waste of time.
Technologies
Features
- Port of the all the mathematical modules (math, cmath, matplotlib)
- Port of all the graphical modules (kandinksy, turtle)
- Port of the ion module
Challenges
This project was easy overall.
Future plans
This project is completed. However, if you find a bug, open an issue on the github.
