Welcome to my Python project repository! This repository contains a variety of Python projects and coursework from the "100 Days of Python" course. You can use this repository to:
- Explore Python projects I've worked on.
- Review and access the code for different projects.
- Learn from the code and documentation provided.
- Contribute to or expand upon existing projects.
Here are the folders within this repository:
100 days of code
: Contains Python projects and code from the "100 Days of Python" course.CodeForces
: Contains solutions and code from CodeForces programming problems.Cyber Security Project
: Contains code related to your Cyber Security project.LeetCode Problems
: Contains solutions and explanations for LeetCode problems.Youtube Downloader
: Contains your YouTube downloader project.grafixWork
: Contains code related to your graphics work.img to video
: Contains code for converting images to videos.
This repository hosts a variety of Python projects that I've worked on. Each project folder typically includes:
- A README.md file explaining the project and how to use it.
- Python code files and any necessary resources.
- Detailed documentation and explanations within the code.
Feel free to explore the folders, check out the projects, and learn from the code and documentation provided.
The 100 days of code
folder contains code and projects from the "100 Days of Python" course. You can find the course materials and exercises there.
Contributions to this repository are welcome! If you'd like to contribute or improve any of the existing projects, please follow these steps:
- Fork this repository to your GitHub account.
- Clone the forked repository to your local machine.
- Create a new branch for your contribution:
git checkout -b your-feature
. - Make your changes and commit them:
git commit -m "Add your feature"
. - Push your changes to your forked repository:
git push origin your-feature
. - Open a pull request on this repository, explaining your contribution.
Your contributions can help make this repository even more valuable to the Python community.
This repository is licensed under the MIT License.
Enjoy exploring and coding with Python!