Skip to content

S0raWasTaken/ascii-binary-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ascii Binary Compiler

Transform your .bapple media into actual executable files.

Usage

# To use this, you're going to need a `.bapple` file. You can get one of those by
# converting an MP4 using `asciic` (https://github.com/S0raWasTaken/bad_apple/tree/master/asciic)
asciic -c video.mp4
# Outputs: ./video.bapple
abc video.bapple
# Outputs ./video

Installation

I'll not provide static binaries for this project, because you'll need cargo and rust to use it anyway.

cargo install --git https://github.com/S0raWasTaken/ascii-binary-compiler abc

License

MIT

About

Convert from .bapple to ELF or .exe easily :)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages