WeightCalcTool is a tool that can calculate your weight.
Python with Tkinter is required to run the code. Alternatively, download the latest executable in the releases section.
Clone the repo by executing the following command:
git clone https://github.com/pixelatedjelly/WeightCalcTool.git
- Run the code by executing the command below, or run the executable.
python WeightCalcTool.py
- The main window GUI will appear.
- Input your weight.
- Select your preferred unit of weight (yes, technically they're units of mass).
- Hit Start.
- A infobox will display the result.
PyInstaller may be used to package the Python script into an executable file:
pyinstaller --onefile --noconsole --icon=icon.ico --version-file=version WeightCalcTool.py
Contributions are welcome.
- Fork the project
- Create your feature branch (
git checkout -b feature
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature
) - Open a pull request