A Python library for interfacing with and controlling Foscam cameras
The PyFoscam library is made to make communicating with and controlling Foscam cameras easier.
PyFoscam's goal is to be easy-to-use, which is reflected in how little code it takes to get up and running.
```python import timemycam = pyfoscam.Foscam('192.168.0.xxx', 80, 'admin', '')
mycam.moveLeft() time.sleep(2) mycam.moveStop()
<h2>License</h2>
<p>Copyright © 2016 Michael Kersting Jr
<br>
Released under a <a href="https://github.com/Martianmellow12/PyFoscam/blob/master/LICENSE.md">modified version of the MIT License</a></p>
</html>