Skip to main content

A command line tool for embedding any file into PNG, GIF, WAV file formats and decoding back.

Project description

FIF (File in File)

FIF is a command line tool for embedding any file into GIF, PNG and WAV files and decoding back.

installation

pip3 install fif

usage

test.mp3 file as grayscale GIF animation

fif --encode gif test.mp3
# saved file -> test.gif

test_gif

Extract test.mp3 from GIF container

fif test.gif
# saved file -> test.mp3
positional arguments:
  input                 Input file path

optional arguments:
  -h, --help            show this help message and exit
  -e {png,wav,gif}, --encode {png,wav,gif}
                        encode file
  -m {1,L,P,RGB,RGBA}, --mode {1,L,P,RGB,RGBA}
                        Image mode
  -v, --verbose         Increase output verbosity

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fif-1.3.1.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

fif-1.3.1-py3-none-any.whl (23.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page