This repository is a collection of useful Python scripts designed to automate everyday tasks, improve productivity, and streamline workflows. Each script in this collection solves a specific problem or performs a unique task, making it easier to handle repetitive or time-consuming operations.
- 1. Folderize: Renames folders by capitalizing the first letter of each word for better readability.
- More scripts coming soon...
-
Clone this repository:
$ git clone https://github.com/roshanware/scripts.git $ cd scripts/
-
Navigate to the specific script directory and run the script:
$ cd <script-directory> $ python3 main.py
-
Follow any additional instructions provided in the respective script directories.
- Feel free to fork this repository, submit pull requests, or open issues if you have ideas for improvements or new scripts.
- This project is licensed under the MIT License.