Mild Projects is a collection of small, beginner-friendly Python projects to practice programming concepts and problem-solving skills.
- 1_Age_checker – Check a person’s age based on input.
- 2_Email_Validator – Validate email addresses for correct format.
- 3_Leap_Year_Checker – Determine if a year is a leap year.
- 4_Time_Table – Generate multiplication tables.
- 5_Password_Generator – Generate random secure passwords.
- 6_Manual_String_Methods – Implement common string operations manually.
- 7_Number_Converter – Convert numbers between units.
- 8_Temperature_Converter – Convert temperatures between Celsius, Fahrenheit, and Kelvin.
- Python 3.x
- Standard Python libraries
git clone https://github.com/Keomadia/Mild_Projects.git
cd Mild_Projects
python project_file.py # Replace with the project you want to runKeomadi - Linkedin Profile