Skip to content

Killingrace/gamelibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Universal Game Library

A Kivy/KivyMD app for tracking a universal game catalog and your personal play progress.

Requirements

  • Python 3.11
  • Kivy 3.2.1
  • KivyMD 1.2.0

Installation

python -m venv .venv
. .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install kivy==3.2.1 kivymd==1.2.0

Run

python lastProject/main.py

Notes

  • The local SQLite database is stored at lastProject/games.db.
  • Screenshots are read from paths in the screenshots field (e.g. pics/minecraft1.png|pics/minecraft2.png).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors