An open API service indexing awesome lists of open source software.

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

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**