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

https://github.com/scottgriv/python-delete_file_automation

A simple Python script to quickly and accurately mass delete files in a specified directory.
https://github.com/scottgriv/python-delete_file_automation

delete-file delete-files python utility utility-app utility-application utility-script

Last synced: about 2 months ago
JSON representation

A simple Python script to quickly and accurately mass delete files in a specified directory.

Awesome Lists containing this project

README

        









Python Badge


GitHub Badge
Email Badge
BuyMeACoffee Badge


Bronze

---------------

Python Delete File Automation

A simple Python script to delete files in a specified directory.

---------------

## Table of Contents

- [Getting Started](#getting-started)
- [Resources](#resources)
- [License](#license)
- [Credits](#credits)

## Getting Started

1. Clone this repository.
2. Install [Python](https://www.python.org/downloads/).
3. Install [Pip](https://pip.pypa.io/en/stable/installing/).
4. Update the `file_path` directory variable in the `main.py` script to the directory you want to delete files from.
5. Run the script: `python main.py`

## Resources

- [Python](https://www.python.org)
- [Pip](https://pip.pypa.io/en/stable/installing/)

## License

This project is released under the terms of **The Unlicense**, which allows you to use, modify, and distribute the code as you see fit.
- [The Unlicense](https://choosealicense.com/licenses/unlicense/) removes traditional copyright restrictions, giving you the freedom to use the code in any way you choose.
- For more details, see the [LICENSE](LICENSE) file in this repository.

## Credits

**Author:** [Scott Grivner](https://github.com/scottgriv)

**Email:** [[email protected]](mailto:[email protected])

**Website:** [scottgrivner.dev](https://www.scottgrivner.dev)

**Reference:** [Main Branch](https://github.com/scottgriv/python-delete_file_automation)

---------------