Skip to content

convert any file to image, and restore file from image

Notifications You must be signed in to change notification settings

YieldRay/py-file2img

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-file2img

git clone https://github.com/YieldRay/py-file2img
cd py-file2img

# venv (optional)
python -m venv .
source Scripts/activate

pip install -r requirements.txt

CLI

python ./file2img.py

GUI

python ./gui.py

or build the GUI to an executable by command pyinstaller gui.py -w
then the executable file should be in ./dist after the build

About

convert any file to image, and restore file from image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages