Welcome to the Python Automation repository! This repository is designed to help you learn and practice automation using Python. Whether you're new to Python or looking to enhance your automation skills, this repository offers various scripts and projects to get you started.
The purpose of this repository is to provide a collection of Python scripts that automate various tasks. By exploring these scripts, these are python scripts I've created throught personal projects and university assignments.
- File Management: Scripts to automate file creation, deletion, renaming, and organization.
- Web Scraping: Examples of using libraries like BeautifulSoup and Scrapy to extract data from websites.
- APIs: Automate interactions with web services and APIs.
- Data Processing: Scripts to automate data cleaning, transformation, and analysis.
- Task Scheduling: Automate task scheduling using libraries like
schedule
andAPScheduler
.
-
Clone the Repository: Clone this repository to your local machine using Git.
git clone https://github.com/YoriTano/python-automation.git cd python-automation