Skip to content

Instantly share code, notes, and snippets.

View Migushthe2nd's full-sized avatar

Migush Migushthe2nd

View GitHub Profile
[
{
"type": 1,
"title": "Nginx Proxy Manager ARM",
"name": "npm",
"description": "Nginx Proxy Manager enables you to easily forward to your websites running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt.",
"logo": "https://nginxproxymanager.com/icon.png",
"image": "jc21/nginx-proxy-manager",
"categories": [
"Proxy",
@Migushthe2nd
Migushthe2nd / _wiz_lights_mic_sync.py
Last active May 30, 2021 11:10
A Python 3 script that sets the color temperature and brightness of all WIZ Smart Bulb in the network based on the default mic input level. Install the requirements.txt first.
import asyncio
import sounddevice as sd
import numpy as np
from pywizlight import wizlight, PilotBuilder, discovery
ip_list = []
DEBUG = False
CHUNK = 2048
MIN_LEVEL = 1