Skip to content

Latest commit

 

History

History
68 lines (50 loc) · 3.97 KB

File metadata and controls

68 lines (50 loc) · 3.97 KB

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

  1. Clone this repository.
  2. Install Python.
  3. Install Pip.
  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

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 removes traditional copyright restrictions, giving you the freedom to use the code in any way you choose.
  • For more details, see the LICENSE file in this repository.

Credits

Author: Scott Grivner
Email: scott.grivner@gmail.com
Website: linktr.ee/scottgriv
Reference: Main Branch