https://github.com/eufelipemateus/sonoff-botao
https://github.com/eufelipemateus/sonoff-botao
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eufelipemateus/sonoff-botao
- Owner: eufelipemateus
- Created: 2021-11-13T19:39:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T03:15:14.000Z (about 3 years ago)
- Last Synced: 2025-02-03T14:37:46.154Z (3 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sonoff Quarto tecla morta
Este projeto permite com que eu acenda e apague a luz do quarto a parti da tecla morta do teclado.
## Instalando
instala o ambiente virtual
```bash
python -m pip install --user virtualenv
``````bash
python -m venv env
``````bash
.\env\Scripts\activate
```instalar pyinstaller
```bash
pip install PyInstaller
```compilar o programa
```bash
pyinstaller -i ./light.ico -F -w main.py
```## Autor
[Felipe Mateus](https://felipemateus.com)