Skip to content

Latest commit

 

History

History
33 lines (33 loc) · 1.28 KB

README.md

File metadata and controls

33 lines (33 loc) · 1.28 KB

What is WeightCalcTool?

WeightCalcTool is a tool that can calculate your weight.

Requirements

Python with Tkinter is required to run the code. Alternatively, download the latest executable in the releases section.

Installation

Clone the repo by executing the following command:

git clone https://github.com/pixelatedjelly/WeightCalcTool.git

Usage

  1. Run the code by executing the command below, or run the executable.
python WeightCalcTool.py
  1. The main window GUI will appear.
    Main window
  2. Input your weight.
  3. Select your preferred unit of weight (yes, technically they're units of mass).
  4. Hit Start.
  5. A infobox will display the result.
    Result infobox

Packaging into a EXE

PyInstaller may be used to package the Python script into an executable file:

pyinstaller --onefile --noconsole --icon=icon.ico --version-file=version WeightCalcTool.py

Contributing

Contributions are welcome.

  1. Fork the project
  2. Create your feature branch (git checkout -b feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push to the branch (git push origin feature)
  5. Open a pull request