Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.09 KB

File metadata and controls

35 lines (23 loc) · 1.09 KB

Binary Photo

A simple script to convert your files into photos. Made in Python with Pillow Library

Contents

Disclosure

This project is created purely with educational and research purposes in mind. You will be held responsible for all the actions.

Requirements

This script requires the below packages to run

Packages
os
pillow
tqdm

Installation

  • Clone this repository: git clone https://github.com/XelXen/BinaryPhoto
  • Install Python: Click here for a tutorial
  • Install required libraries via pip through the command pip3 install -r requirements.txt.

Usage

  • 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