A simple Python tool to increase any file's size to a specific target by appending null bytes.
File Pumper takes any file and makes it bigger by adding empty data (null bytes) to the end. This doesn't corrupt the file - most programs will still read it normally since the actual content stays intact at the beginning.
python file_pumper.pyThen follow the prompts:
- Enter your file path
- Enter target size (e.g.,
50MBor100.000.000) - Confirm the target size
- Wait for completion
- Python 3.6+
- Works on Windows, Linux, and Mac
- No external dependencies needed
- Can only make files bigger, not smaller
- Adds data to the END of files only
- Some file formats may not handle extra data well (rare)
- Requires write permissions on the file