From a57ccc20f36e247f5b981d943c9a2cf4dca13392 Mon Sep 17 00:00:00 2001 From: Daniel Gran Date: Mon, 6 Mar 2023 09:02:11 +0100 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..700543f --- /dev/null +++ b/README.md @@ -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 -o +```