Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Fraction Calculator

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.

Setup

You can run the executable for Windows (releases) or open main.pyw if you have installed Python 3.

Creating a new executable

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:

  1. Download and extract 'source' folder
  2. Open that folder in command prompt
  3. Make sure you have Python and pyinstaller on your computer
  4. For Windows, type (without ''): 'pyinstaller main.pyw -F -w --add-data "icon.png;." -i icon.ico' (for MacOS/Linux replace ; with :)
  5. Press Enter
  6. Wait
  7. You will find the executable in a new 'dist' folder (in the 'source' folder)

About

A simple fraction calculator coded in Python. Can forward fractions, extract wholes and more!

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages