PyScripts is a collection of Python scripts and examples that cover a wide range of programming topics. These scripts can be used to learn or improve your Python programming skills.
Here's a list of the scripts available in this repository:
- Image Downloader - A script that downloads all images from a website and saves them to a folder.
- Web Scraper - A script that scrapes data from a website and saves it to a CSV file.
- Password Generator - A script that generates a random password.
- Currency Converter - A script that converts currencies based on the latest exchange rates.
- File Renamer - A script that renames files in a directory based on a specific pattern.
To use any of these scripts, simply download the source code and run it in your preferred Python IDE. Each script has its own set of instructions in its respective README file, so make sure to read through it before getting started.
Contributions are always welcome! If you have a script that you think would be a great addition to this repository, feel free to submit a pull request. Please make sure to follow the repository's coding standards and include thorough documentation.
This repository is licensed under the MIT License. See the LICENSE file for more information.