An open API service indexing awesome lists of open source software.

https://github.com/kensukeken/python

PyScripts is a collection of Python scripts covering various programming topics, including Image Downloader, Web Scraper, Password Generator, Currency Converter, and File Renamer. Contributions are…
https://github.com/kensukeken/python

pytest python python-script

Last synced: about 1 year ago
JSON representation

PyScripts is a collection of Python scripts covering various programming topics, including Image Downloader, Web Scraper, Password Generator, Currency Converter, and File Renamer. Contributions are…

Awesome Lists containing this project

README

          

# PyScripts

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.

## Table of Contents

- [Script List](#script-list)
- [How to Use](#how-to-use)
- [Contributing](#contributing)
- [License](#license)

## Script List

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.

## How to Use

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.

## Contributing

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.

## License

This repository is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.