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…
- Host: GitHub
- URL: https://github.com/kensukeken/python
- Owner: Kensukeken
- Created: 2022-11-26T06:32:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T21:24:24.000Z (about 2 years ago)
- Last Synced: 2024-01-17T05:16:42.360Z (about 2 years ago)
- Topics: pytest, python, python-script
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.