https://github.com/jaywink/fillmeup
Random file copier .. old project with PyQt, beware look at this on own risk! :) Putting here for future rewrite of GUI part.
https://github.com/jaywink/fillmeup
Last synced: 4 months ago
JSON representation
Random file copier .. old project with PyQt, beware look at this on own risk! :) Putting here for future rewrite of GUI part.
- Host: GitHub
- URL: https://github.com/jaywink/fillmeup
- Owner: jaywink
- Created: 2012-11-25T22:01:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-25T22:02:30.000Z (over 12 years ago)
- Last Synced: 2025-01-08T20:34:02.962Z (6 months ago)
- Language: Python
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
****************************
* FILL ME UP *
****************************
Version:
0.8 alpha
Powered by Python 2.6 & PyQt 4.5
Packaged with PyInstaller 1.3
Usage:
FillMeUp [options] [target path]
(only one target path can be specified and the folder must exist)
Options:
-h --help Display this help
-p --path Set file collection path (subfolders are always included)
-f --file-group Set file type group
-t --file-type Set file extensions (comma separated list, for ex. "jpg,gif,ico")
-s --space Set amount of MB to be filled
-c --cmdline Run in command line mode
-g --generate Generate only, don't copy (relevant only in command line mode)File Groups:
MUSIC : ['mp3','wma','ogg','wav','flac']
DOCUMENT: ['txt','doc','xls']
IMAGE : ['jpg','gif','png']Disclaimer:
Use at your own risk! Author takes no responsibility for any damages to
anything caused by this softwareAuthor:
Jason Robinson
http://www.basshero.org
[email protected]