# Weblight Tool to switch on/off the yard light with web page. ## Installation ```shell python setup.py install ``` ## Usage ### Manual ```shell start-weblight ``` ### systemd ```shell $ systemctl enable weblight $ systemctl start weblight ```