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

https://github.com/programordie2/python-file-stealer

A file searcher and zipper, made with python!
https://github.com/programordie2/python-file-stealer

Last synced: 8 months ago
JSON representation

A file searcher and zipper, made with python!

Awesome Lists containing this project

README

          

# Python File Stealer
## Collect ("steal") and zip files in just seconds

Easy find all the files on a computer and put them in a ZIP file with this program.

## How to install?
### Clone this repo
```
git clone https://github.com/programORdie2/Python-File-Stealer.git
cd Python-File-Stealer
```
### Run the file
```
python main.py
```
That's it!

## Options
### Max scan size
Defines the max file size the program should copy in MB, default is 5.
Example:
```
python main.py --max-size 2
```

### Scan USB drives or other stations too
If the program should scan all mounted drives, use this flag, default is false.
Example:
```
python main.py --drives
```



**That's it, I hope you like it! Feel free to [contact me](https://pod.stio.studio/#contact) if you find any bugs.**