Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgran committed Mar 6, 2023
1 parent bae377a commit a57ccc2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# arma3pbo
This repository is a small way on how to pack folders into pbo files. This Python script is implemented with TDD. Also we are frickling around with ctypes, many bytearrays and pretty low-level-file-system-style topics. Was pretty fun to implement it!

## This project only depends on standard python 3.9+

## How to use
This packs a folder to a pbo file:
```
python3 src/arma3pbo/main.py build -i <input-folder> -o <output-file>
```

0 comments on commit a57ccc2

Please sign in to comment.