Welcome to the New Day, New Python Project repository! This repository showcases my commitment to improving my Python skills by creating one new Python project every day. Each project focuses on various aspects of Python development, ranging from automation to game development, and data manipulation.
Each day, I will tackle a new challenge and create a fully functional Python project. All projects are self-contained within their respective directories, complete with code and documentation.
- Games: Fun projects like Snake, Tic-Tac-Toe, Rock Paper Scissors.
- Web Scraping: Projects involving scraping websites like Hacker News, Medium, and Wikipedia.
- Utilities: Useful tools like email automation, file splitting, and text-to-speech.
- Security: Projects like steganography and password displayer.
-
Clone this repository:
git clone https://github.com/UserAAR/PythonProjects365.git cd PythonProjects365
-
Navigate to the project folder of your choice:
cd PythonProjects365
-
Install any necessary dependencies using the provided
requirements.txt
:pip install -r requirements.txt
-
Run the project:
python main.py
Each project folder includes:
main.py
: The Python script for the project.README.md
: Documentation specific to the project.requirements.txt
: Python packages necessary to run the project.assets/
: Any additional files or resources.
Contributions are welcome! Feel free to submit pull requests or open issues for new project ideas, bug fixes, or feature enhancements.
Have an idea for a project? Submit an issue or contact me, and Iโll try to incorporate it into my daily routine.
Day | Project Name | Status |
---|---|---|
1 | Reduce_image_file_size | โ |
2 | RockPaperScissors_Game | โ |
3 | Scrape_Hacker_News | โ |
... | ... | ... |
Stay tuned for more projects!
This repository is licensed under the MIT License. See the LICENSE
file for details.