https://github.com/shiningflash/file-cleanup
Clean-up files from your desktop. It takes the parent directory's path, extensions of files that you want to delete from that root path and email the information to you.
https://github.com/shiningflash/file-cleanup
Last synced: about 1 month ago
JSON representation
Clean-up files from your desktop. It takes the parent directory's path, extensions of files that you want to delete from that root path and email the information to you.
- Host: GitHub
- URL: https://github.com/shiningflash/file-cleanup
- Owner: shiningflash
- Created: 2021-08-18T07:50:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-18T09:40:44.000Z (almost 5 years ago)
- Last Synced: 2025-12-27T04:19:50.071Z (6 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FILE-CLEANUP
### Introduction
Delete all files with particular extensions from all child directories of root path you provide. Then, it will send the information via email.
### Getting Started
Prerequisite: Python3
### Build and Test
```
$ virtualenv venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt
$ pyinstaller --onefile main.py
```
You will see an executable file in `dist` directory. Run the file.
## Preview
#### provide information

#### Result in window

#### Detailed result through email
