A fraction caclulator, made in Python. It can:
- Forward fractions
- Extract wholes
- Convert fractions to improper
- Extend fractions
- Bring fractions to common denominator
There is also an eval calculator included.
You can run the executable for Windows (releases) or open main.pyw if you have installed Python 3.
Feel free to modify my script. If you experiment with it, you may want to bundle it into an executable file. Here's how to do it:
- Download and extract 'source' folder
- Open that folder in command prompt
- Make sure you have Python and pyinstaller on your computer
- For Windows, type (without ''): 'pyinstaller main.pyw -F -w --add-data "icon.png;." -i icon.ico' (for MacOS/Linux replace ; with :)
- Press Enter
- Wait
- You will find the executable in a new 'dist' folder (in the 'source' folder)