Techiral / A-Z-Python-Projects

Explore an extensive collection of Python projects, each corresponding to a letter of the alphabet. Whether you're a beginner or an experienced developer, dive into diverse Python applications, learn, and contribute to this educational journey.
MIT License
43 stars 177 forks source link

Add BMI calculator with GUI #286

Closed premdaripa closed 2 months ago

premdaripa commented 10 months ago

This commit adds a Python script for a BMI calculator with a simple Tkinter-based graphical user interface. Users can input their height and weight in meters and kilograms, respectively.