Skip to content

Instantly share code, notes, and snippets.

View baikov's full-sized avatar
🏠
Working from home

Alexey Baikov baikov

🏠
Working from home
View GitHub Profile
@AlexxIT
AlexxIT / radio.yaml
Last active March 14, 2026 19:34
Список радиостанций для колонок Яндекса
input_select:
radio:
name: Радио
options: ['-']
icon: mdi:radio
python_script: # https://github.com/AlexxIT/PythonScriptsPro
automation:
trigger:
@thomir
thomir / svg2png.py
Created December 21, 2013 22:21
Various ways to convert SVG -> PNG
#!/usr/bin/env python
"""Convert an SVG file to a PNG file."""
from argparse import ArgumentParser
import subprocess
import os.path
def main():