A small website written in Flask with separated frontend and backend. Backend is placed on server hosting a collection of games and serves the games nfo-files to the frontend.
Go to file
odecif 603bd11668 Added class object and tester, not finished.
The class object is to later be replacing the current nfo-file parser
and making custom class objects instead. Just about done with CPU in
SystemSpecs, next up is GPU and then later recommendedspecs.

Also a seed-script update.
2026-02-17 02:35:39 +01:00
bcnsGDSAPI Added class object and tester, not finished. 2026-02-17 02:35:39 +01:00
bcnsGDSSite Changed config handler 2023-11-21 13:02:45 +01:00
.gitignore Major overhaul 2023-11-18 02:52:39 +01:00
gameobject.py Added class object and tester, not finished. 2026-02-17 02:35:39 +01:00
LICENSE Initial commit 2022-10-26 09:06:37 +02:00
README.md Update requirements in readme.md 2022-10-26 17:32:10 +02:00
readnfo.py Added class object and tester, not finished. 2026-02-17 02:35:39 +01:00

bcns-gameDistributionSystem

A small website written in Flask with separated frontend and backend. Backend is placed on server hosting a collection of games and serves the games nfo-files to the frontend.

Dependencies

pip install Flask
pip install opencv-python