Skip to content

Add files via upload #347

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add files via upload #347

wants to merge 1 commit into from

Conversation

onyxwizard
Copy link

@onyxwizard onyxwizard commented May 1, 2025

Description

This pull request adds a new Python project, the BMI Calculator App, to the python-mini-project repository and fixes an issue with an invalid file path that prevents cloning on Windows.

New Project:
The BMI Calculator App calculates a user’s Body Mass Index (BMI) based on their height and weight, supports both Centimeters/Pounds and Meters/Kilograms units, and displays a dynamic BMI category table with an arrow pointing to the user’s category. The project includes:

  • bmi_calc.py: The main Python script implementing the BMI calculator.
  • README.md: Documentation explaining the app’s features and usage.
    The project is placed in a new folder BMI_Calculator to follow the repository’s structure.

Bug Fix:
The repository contained a file with an invalid character (:) in its name: NASA_Image_Extraction/Astro_Images/2022-11-25_NGC 6744: Extragalactic Close-Up.mp3. This caused checkout failures on Windows due to the colon being a reserved character. The file has been renamed to 2022-11-25_NGC_6744_Extragalactic_Close-Up.mp3 (replacing : with _) to ensure compatibility with Windows filesystems.

Fixes #375

  • Issue_no: 375
  • Not applicable

Type of change

  • New project insert
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation Update

Project

  • Your Project Name: BMI Calculator App

  • Short Description: A Python application that calculates Body Mass Index (BMI) based on user-provided height and weight, supports multiple units, and displays a dynamic BMI category table with a visual indicator for the user’s category.

Checklist:

  • I have named my files and folder, according to this project's guidelines.
  • My code follows the style guidelines of this project.
  • I have commented on my code, particularly in hard-to-understand areas.
  • I have created a helpful and easy to understand README.md, according to the given README_TEMPLATE.
  • My changes do not produce any warnings.

Copy link
Author

@onyxwizard onyxwizard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have reviewed this from my side please proceed further to merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant