Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/obi1kenobi/pyre

6.858 final project -- Python exploitation of PC-remote-control mobile apps
https://github.com/obi1kenobi/pyre

Last synced: 5 days ago
JSON representation

6.858 final project -- Python exploitation of PC-remote-control mobile apps

Awesome Lists containing this project

README

        

pyre
====

6.858 final project -- Python exploitation of PC-remote-control mobile apps

Style guide
-----------

* Test files will always start with `test_`.
* Test files should always be directly runnable from the command line and have a main function.
* All tests should expect to find the cursor at (0, 0) and no buttons pressed.
* All tests should leave the environment with the cursor at (0, 0) and no buttons pressed.