https://github.com/michaelradu/bmi-calculator
Quick BMI Calculator made in Python with customtkinter
https://github.com/michaelradu/bmi-calculator
Last synced: about 1 year ago
JSON representation
Quick BMI Calculator made in Python with customtkinter
- Host: GitHub
- URL: https://github.com/michaelradu/bmi-calculator
- Owner: michaelradu
- License: gpl-3.0
- Created: 2023-01-21T18:04:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T18:09:34.000Z (over 3 years ago)
- Last Synced: 2025-01-29T14:15:55.779Z (over 1 year ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BMI Calculator
Quick BMI Calculator made in Python with customtkinter
## Install & Usage
```Python
pip install -r requirements.txt
python main.py
```
Done.