Skip to content
forked from Nazarbaev1/ctf

Reframer with a CLI made with python (tensorflow)

Notifications You must be signed in to change notification settings

alerrad/reframer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reframer

Simple reframer srcipt with a CLI that let's you extract all the frames from a given GIF file.

Backstory

This was basically the ctf home task. Purpose was to find out what was the given gif image meant by itself. Answer was that we had to extract all the frames and then translate each frame to a binary code.

Usage

  1. Clone this repo git clone https://github.com/alerrad/reframer.git
  2. Go to the directory cd ctf
  3. Set the python virtual env python -m venv .
  4. Install dependencies pip install -r requirements.txt
  5. Run the script python3 main.py

About

Reframer with a CLI made with python (tensorflow)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%