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!
- Host: GitHub
- URL: https://github.com/programordie2/python-file-stealer
- Owner: programORdie2
- License: mit
- Created: 2024-04-15T19:56:46.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T20:20:55.000Z (almost 2 years ago)
- Last Synced: 2025-06-06T01:12:13.800Z (8 months ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.**