Welcome to my 100 Days of Code - Python repository! This repository contains all the projects and code I've written as part of the "100 Days of Code" challenge. The goal of this challenge was to improve my Python programming skills by coding for at least an hour every day for 100 days.
- Duration: 100 Days
- Language: Python
- Instructor: Harry (from CodeWithHarry)
- Goal: To build a strong foundation in Python and develop various projects to apply the concepts learned.
Here’s a list of projects I’ve completed during the challenge:
-
Day 63 - [Snake Water Gun]
- Description: Snake, Water and Gun is a variation of the children's game where players use hand gestures to represent a snake, water, or a gun.
- Link to Code
-
Day 64 - [ Library Management System in Python]
- Description: Write a Library class with no_of_books and books as two instance variables. Write a program to create a library from this Library class and show how you can print all books, add a book and get the number of books using different methods.
- Link to Code
-
Day 94 - [Drink Water Reminder]
- Description: Write a python program which reminds you of drinking water every hour or two. Your program can either beep or send desktop notifications for a specific operating system
- Link to Code
...
- Programming Language: Python
- IDE/Editor: VS Code
- Version Control: Git & GitHub
- Libraries: PyAudio, pyttsx3, pywhatkit, SpeechRecognition, etc.
If you find any issues or have suggestions for improvement, feel free to open an issue or submit a pull request. Contributions are always welcome!
- A big thanks to Harry from CodeWithHarry for creating such an amazing learning resource.
- Thanks to the Python community for providing excellent documentation and resources.
Happy Coding! 🚀