Skip to content
/ mado Public

Remote Framebuffer (RFB) Client written in Python

License

Notifications You must be signed in to change notification settings

ericwb/mado

Repository files navigation

mado - a window view into your systems

Quick Start

Install dependencies

brew install python-tk
pyenv install 3.12
pip install -r requirements.txt

To run:

python main.py

To build into macOS App:

python setup.py py2app

You can run this compiled app like so:

open dist/Mado.app

Alternatively you can run in a debug mode with console logging like so:

open dist/Mado.app/Contents/MacOS/Mado

About

Remote Framebuffer (RFB) Client written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages