https://github.com/m4cs/athena
Athena | General User Interface for the Theos Tweak Development Framework
https://github.com/m4cs/athena
Last synced: 4 months ago
JSON representation
Athena | General User Interface for the Theos Tweak Development Framework
- Host: GitHub
- URL: https://github.com/m4cs/athena
- Owner: M4cs
- License: gpl-3.0
- Created: 2018-12-07T01:24:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T04:20:02.000Z (over 7 years ago)
- Last Synced: 2025-07-11T20:03:36.018Z (12 months ago)
- Language: Python
- Size: 96.7 MB
- Stars: 15
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Athena | GUI For Theos Jailbreak Development Framework
Follow Me On Twitter
Main Screen
New Package Creator Screen
# Changelog:
#### Update 1.0.1:
- Add Final Package Flag (Remove debug from deb file name)
- Fix UI Up
# Included Files:
- `athena-linux`: the linux binary for Athena
- `athena-mac`: the mac binary for Athena
- `athena.py`: Python file and program for Windows
# Requirements:
- Theos (obviously)
- Linux or MacOS
- Theos Environment Variables Setup Correctly
- Possibly Python 3.6 and PyQt5/PySide2 and PySimpleGUIQt for Windows
# Getting Started:
#### On Windows:
Download the `athena.py` file and put it in it's own directory. Download from pip: `PySide2`, `PyQt5`, and `PySimpleGUIQt`. CD into the Athena directory and run `python athena.py`. If any errors for importing modules comes up simple run `pip install `.
**Note:** Athena on Windows can only create packages at this time.
#### On Mac/Linux:
Download the correct binary for your system. Run `chmod +x athena` inside the directory of Athena. After that run `./athena` and the program will start. **You must have Theos installed and working correctly prior**