Rebuild in modular fashion

This commit is contained in:
mez 2024-02-18 22:38:53 +00:00
parent cfd5b0ca34
commit 3b5cb360d5
28 changed files with 1238 additions and 694 deletions

22
variables-template.py Normal file
View file

@ -0,0 +1,22 @@
"""
User-defined variables live here.
"""
endlessgames = []
orgpath = ""
localpath = ""
serverpath = ""
description = ""
consoles = [{"code":"ps5","name":"PlayStation 5","shortname":"PS5","img":"PS5"},
{"code":"ps2","name":"PlayStation 2","shortname":"PS2","img":"PS2"},
{"code":"ps3","name":"PlayStation 3","shortname":"PS3","img":"PS3"},
{"code":"xbox 360","name":"Xbox 360","shortname":"Xbox360","img":"360"},
{"code":"nintendo ds","name":"Nintendo DS","shortname":"DS","img":"NDS"},
{"code":"nintendo 3ds","name":"Nintendo 3DS","shortname":"3DS","img":"3DS"},
{"code":"nintendo switch","name":"Nintendo Switch","shortname":"Switch","img":"Switch"},
{"code":"pc","name":"PC","shortname":"PC","img":"PC"}]