Introduction
Welcome to the OpenPoster documentation. This guide will help you understand how to use OpenPoster effectively for managing and editing .ca files.
What is OpenPoster?
OpenPoster is a powerful GUI tool designed to simplify the process of editing .ca files. Whether you're a beginner or an experienced user, OpenPoster provides the tools you need to work with .ca files efficiently.
Installation
Installing OpenPoster is really simple. Clone the repository from the OpenPoster repo onto your computer.
Setup
For now, there isn't a proper release because OpenPoster is early in development. You can still test OpenPoster by running these:
To build the QT UI:pyside6-uic ui/mainwindow.ui -o ui/ui_mainwindow.py
To build the application:python3 compile.py