Skip to content

Instantly share code, notes, and snippets.

View Nehc's full-sized avatar

Dim Nehc

  • Universum
View GitHub Profile
@Nehc
Nehc / alice.py
Created August 6, 2020 05:52 — forked from AlexxIT/alice.py
TTS на колонках с Алисой из командной строки
import asyncio
import sys
from os import path
from aiohttp import ClientSession
from custom_components.yandex_station.yandex_quasar import YandexQuasar
async def main(cachefile: str, text: str):