Skip to content

xzripper/pyrtp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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