├── ._.gitignore ├── ._README.md ├── ._StdInTest.py ├── .gitignore ├── InstallSlooperWithRemote.py ├── LICENSE.txt ├── README.md └── RemoteVideo.py /._.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mokafolio/Slooper/HEAD/._.gitignore -------------------------------------------------------------------------------- /._README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mokafolio/Slooper/HEAD/._README.md -------------------------------------------------------------------------------- /._StdInTest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mokafolio/Slooper/HEAD/._StdInTest.py -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | build 2 | .DS_Store -------------------------------------------------------------------------------- /InstallSlooperWithRemote.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mokafolio/Slooper/HEAD/InstallSlooperWithRemote.py -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mokafolio/Slooper/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mokafolio/Slooper/HEAD/README.md -------------------------------------------------------------------------------- /RemoteVideo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mokafolio/Slooper/HEAD/RemoteVideo.py --------------------------------------------------------------------------------