PyEMP (Python EVE Mac Preview) is a simple and easy to use task manager for MacOS, which was greatly inspired by EVE-O Preview. The reason for this project is because EVE-O Preview only works on Windows (and with limited support for Linux), but with no support for MacOS.
This project does not change anything about EVE Online, it only focuses certain windows (EVE Online clients).
- Add UI
- Create a new python virtual environment with
python3 -m venv .venv - Activate the recently created virtual environment with
source .venv/bin/activate - Install all requirements
pip install -r requirements.txt - Start the application
python main.py