A modern take on the classic APE tool made by Blue Fang in 2001.
- Simple UI for basic ZTA file editing
- Project management features
- Generate Zoo Tycoon INI files completely within the app
- Searchable database of all lang strings, official and unofficial
- Searchable database of all game assets, their IDs, and location
- Bulk export of ZTA files
- Image processing features for quick edits to graphics such as:
- Sharpening
- Color correction
- Resizing
- Python for the backend logic and file processing
- NiceGUI for the frontend interface
-
Clone the repository:
git clone https://github.com/zooberryorg/grape.git
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python main.py
Additional steps for developers.
Install Tailwind CLI for theme development:
npm install tailwindcss @tailwindcss/cliPoint the Tailwind CLI to the input.css file in the repo:
npx tailwindcss -i ./app/static/input.css -o ./app/static/grape.css --watch