A simple Python script to delete files in a specified directory.
- Clone this repository.
- Install Python.
- Install Pip.
- Update the
file_path
directory variable in themain.py
script to the directory you want to delete files from. - Run the script:
python main.py
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.
Author: Scott Grivner
Email: scott.grivner@gmail.com
Website: scottgrivner.dev
Reference: Main Branch