Skip to content

An MFD-styled terminal program that interacts with Kerbal Space Program via a KRPC interface.

License

Notifications You must be signed in to change notification settings

Vivero/k-miffed

Repository files navigation

k-miffed

An MFD-styled terminal program that interacts with Kerbal Space Program via a KRPC interface.

First-time Setup

Create the Python virtual environment.

python -m venv .\env

Activate the virtual environment. On Windows:

.\env\Scripts\activate.bat

Install required packages.

pip install -r requirements.txt

Usage

Activate the virtual environment. On Windows:

.\env\Scripts\activate.bat

Run the program.

python main.py

Exit at any time by pressing Ctrl+C.

About

An MFD-styled terminal program that interacts with Kerbal Space Program via a KRPC interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published