No description
- Python 100%
|
All checks were successful
Package Application with PyInstaller / build (push) Successful in 44s
|
||
|---|---|---|
| .gitea/workflows | ||
| .github/workflows | ||
| src | ||
| .gitignore | ||
| .python-version | ||
| main.py | ||
| pyproject.toml | ||
| README.md | ||
| requirements.txt | ||
| spath.spec | ||
| uv.lock | ||
Steam Game Path View
Prints a table showcasing where the compatfolder, install folder and size of games installed on the system
Quick overview
Minor note some terminals can't open the hyperlinks properly (konsole)
Each box has a hyperlink which opens the folder/file, using a embedded hyperlink in order to reduce the size of the boxes and have consistency
- finds installed steam, (apt/flatpak)
- Loads .vdf from location
- Fetches additional steam libraries
- Checks mounted status (to exclude things not present)
- Reads game vdf from steam library locations for paths
- Prints AppID with steam path and game name in addition to compatdata folder
Installation
Install packages with
uv sync
Run with
uv run main.py