chasenyc / bapyos

Small script to help add PYOS to BA SVGs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BAPYOS

in use

Installation

git clone https://github.com/chasenyc/bapyos

then cd into directory

go build bapyos.go

and finally:

./bapyos

Setup

In order for this app to work properly, we need three folders:

  1. ba
  2. pyos
  3. combined Within ba and pyos you need to have corresponding files with the same name. So aladdin.svg in /ba and aladdin.svg in /pyos. When you run the binary all you will need to input is aladdin and it will find the .svg file in both directories and output the result to the /combined folder as aladdin.svg.

see below image to illustrate folder structure: folder structure

About

Small script to help add PYOS to BA SVGs


Languages

Language:Go 100.0%