Features | Requirements | Documentation | Usage | Communication
Python code examples for beginners.
- Control an embedded system of the thermal camera "Seekthermal"
- Code for analysis of signals and others
-Python 2.7+
Docs: https://docs.python.org/2.7/
In case of Linux or Mac, open terminal
- $ cd Downloads/
- $ git clone https://github.com/al3Co/Python-Codes.git
- $ cd Python-Codes/
- python turnOffComputer.py
In case of Windows
- Download project
- Open file from the python software used
For new code: Open Python interactive mode
python
Python 2.7.10 (default, Feb 6 2017, 23:53:20)
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
- If you found a bug, please open an issue
- Also, if you have a feature request, please open an issue
- If you want to contribute, submit a pull request