Skip to content

Instantly share code, notes, and snippets.

View mrwulff's full-sized avatar

Kevin Wulff mrwulff

View GitHub Profile
python3 -m venv venv
. venv/bin/activate
pip install --upgrade pip
pip install pillow==8.4.0
pip3 install git+https://github.com/kivy/kivy-ios.git
** find materialyoucolor recipe at "https://github.com/T-Dynamos/kivy-ios"
./dist/hostpython3/bin/python3.11 -m pip install certifi
toolchain build materialyoucolor pillow
git clone test
@mrwulff
mrwulff / configuration.yaml
Last active October 15, 2023 21:21
openrgb homeassistant hack
switch:
- platform: rest
name: 'Computer Blue'
resource: http://192.168.0.191:8000/
body_on: 'blue'
body_off: 'off'
- platform: rest
name: 'Computer Green'
{
"dominantColor": "#030303",
"files": {
"original.jpg": "26ebda4ea0934837ba11324a3e7a53527a819878e8f7fece5a91fe586da694f5",
"cover_square_image.jpg": "1e2bc07ed2ac8474783040fd7db02fac814a72ec4cf5254816d8119f87040322",
"icon_image.jpg": "e1a302aa64a66cca337226e2b92a613259d7e0cae68636b89614205e4f8c5ca9",
"cover_landscape_image.jpg": "0c99aa4f51df7a692c9494c4a9828dd745a433da3ee285315cd3eeb707f3458a",
"small_landscape_image.jpg": "d0a82ded27d8eb809a71548c4f3892940098996204f04255ef995931f725a1ed",
"logo_transparent_image.png": "8fcd2bbc13ff2b878c93b0630e0fef6fc24f89cb160f82979ba001b875221a19"
},
import os,glob
from string import *
import search_google.api
#from google import search
import Tkinter
import tkMessageBox
import shutil
from Tkinter import *
from tkSimpleDialog import askstring