A simple script to convert your files into photos. Made in Python with Pillow Library
This project is created purely with educational and research purposes in mind. You will be held responsible for all the actions.
This script requires the below packages to run
Packages |
---|
os |
pillow |
tqdm |
- Clone this repository:
git clone https://github.com/XelXen/BinaryPhoto
- Install Python: Click here for a tutorial
- Install required libraries via
pip
through the commandpip3 install -r requirements.txt
.
-
To convert a file into photo, run FileToPhoto.py and type the file path of the file you want to convert
-
To convert a generated photo back into a file, run PhotoToFile.py and type the file path of the photo you want to reverse