Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/obi1kenobi/pyre
- Owner: obi1kenobi
- License: mit
- Created: 2013-11-21T01:35:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-11T20:00:41.000Z (almost 10 years ago)
- Last Synced: 2024-12-13T20:03:21.724Z (10 days ago)
- Language: Python
- Size: 4.41 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.