pyControl4
Python 3 asyncio package for interacting with Control4 systems
File Explorer
Download Latest Version (.zip)- CI.yml
- codeql-analysis.yml
- pdoc.yml
- pytest.yml
- pythonpublish.yml
- shiftleft-analysis.yml
- account.html
- alarm.html
- auth.html
- blind.html
- climate.html
- director.html
- error_handling.html
- fan.html
- index.html
- light.html
- relay.html
- room.html
- websocket.html
- __init__.py
- account.py
- alarm.py
- blind.py
- climate.py
- director.py
- error_handling.py
- fan.py
- light.py
- py.typed
- relay.py
- room.py
- websocket.py
- __init__.py
- conftest.py
- test_director.py
- test_error_handling.py
- test_undefined_handling.py
- test_websocket_ssl.py
- .flake8
- .gitignore
- LICENSE
- pytest.ini
- README.md
- requirements-dev.txt
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/lawtancool/pyControl4
Downloads the entire project code from GitHub to your computer.
cd pyControl4
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
