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

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.

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
![1](https://user-images.githubusercontent.com/35567854/129868092-fdd07819-03d1-4fae-ac74-07dac05ed024.png)

#### Result in window
![2](https://user-images.githubusercontent.com/35567854/129868101-16ee674e-05c3-42f3-ab4f-6f5d7797e472.png)

#### Detailed result through email
![3](https://user-images.githubusercontent.com/35567854/129868103-189baa2e-6e48-4842-b013-29516a91e1d3.png)