Welcome to my 100 Days of Python Projects challenge! This repository documents my journey of learning and building Python projects, with a focus on cybersecurity and enhancing my programming skills.
Week | Topics Covered | Projects |
---|---|---|
Week 1 | Python Basics and Scripting | Password Generator, Unit Converter, ... |
Week 2 | File Handling, APIs, and Automation | File Organizer, ... |
... | ... | ... |
- Each week's folder contains individual projects with:
- A Python script for the solution.
- A
README.md
with project-specific details. - Any supporting files (e.g., images, datasets) in an
assets/
folder.
- Python: The core programming language.
- Libraries:
random
,string
,os
,requests
,flask
, etc. - Focus: Cybersecurity tools, automation scripts, and utilities.
- Clone the repository:
git clone https://github.com/your-username/100-days-python-projects.git cd 100-days-python-projects