Prva verzija mini web serverja (flask). Hvala, Github Copilot.

This commit is contained in:
2026-03-05 18:15:27 +01:00
parent 9e32e58c4c
commit 6ed45d2ebc
13 changed files with 1164 additions and 5 deletions

View File

@@ -2,9 +2,10 @@
"font_name": "Times New Roman",
"bg_color": "#000000",
"fg_color": "#FFFFFF",
"font_size": 32,
"font_size": 36,
"screen_width_percent": 60,
"font_bold": true,
"show_song_info": true,
"split_by_stanza": false
"split_by_stanza": false,
"web_port": 5000
}