Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 452 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 452 Bytes

PyRTP.

🐍 Remote Web-Touchpad. 🎮

from pyrtp import PyRTP


rtp = PyRTP(__name__)

if __name__ == '__main__':
    rtp.run()

This library can be used for augmented reality games, painting applications (works as a graphic tablet), controlling the mouse from the phone, etc.
Touchpad has a simple dark themed GUI with some statistics built in.


PyRTP V1.0.0