https://github.com/shivakumargourimath/oibsip
In this repository I shared my Oasis-Infobyte internship tasks
https://github.com/shivakumargourimath/oibsip
bmi-calculator internship oibsip password-generator python weather
Last synced: 4 months ago
JSON representation
In this repository I shared my Oasis-Infobyte internship tasks
- Host: GitHub
- URL: https://github.com/shivakumargourimath/oibsip
- Owner: shivakumargourimath
- Created: 2024-08-16T15:39:38.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T13:42:06.000Z (10 months ago)
- Last Synced: 2025-01-01T08:18:59.068Z (6 months ago)
- Topics: bmi-calculator, internship, oibsip, password-generator, python, weather
- Language: Jupyter Notebook
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OIBSIP
In this repository I shared my Oasis-Infobyte internship tasksTask 1 : Created a BMI calculator in Python. Prompt users for their weight (in kilograms) and height (in meters). Calculate the BMI and classify it into categories (e.g., underweight, normal, overweight) based on predefined ranges. Display the BMI result and category to the user.
Task 2 : Created a password generator in Python that generates random passwords based on user-defined criteria, such as length and character types (letters, numbers, symbols). Allow users to specify password length and character set preferences.
Task 3 : Created a weather app in Python that fetches and displays current weather data for a user-specified location (e.g., city or ZIP code) using a weather API. Show basic information such as temperature, humidity, and weather conditions.