Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samfisherirl/export-local-steam-game-installs-and-paths
Export local Steam Library games and paths to CSV and SQLite - Converting Steam VDF files
https://github.com/samfisherirl/export-local-steam-game-installs-and-paths
export games library python steam vdf
Last synced: 3 months ago
JSON representation
Export local Steam Library games and paths to CSV and SQLite - Converting Steam VDF files
- Host: GitHub
- URL: https://github.com/samfisherirl/export-local-steam-game-installs-and-paths
- Owner: samfisherirl
- Created: 2022-12-16T08:21:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T22:56:22.000Z (almost 2 years ago)
- Last Synced: 2023-02-27T06:21:33.247Z (almost 2 years ago)
- Topics: export, games, library, python, steam, vdf
- Language: Python
- Homepage:
- Size: 1.99 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# All-in-one-tool to export steam game paths to csv, no coding or compiling.
_direct download link_
Update: 3/6/23 works with beta, includes threading for improved performance.
VDF Parser in python (and compiled release with .exe)
Thank you to @Grub4K at https://github.com/Grub4K/VDFparse/releasesTo use this application, you just need to run the exe file in the release directory. Upon running, the application will perform the following tasks:
- Run PowerShell to locate the Steam application's location, even if it's in an unusual location.
- Retrieve and deserialize the Steam library file.
- Identify all Steam libraries available.
- Test each game file structure to ensure they have valid paths and return only the ones that meet this criteria, along with the corresponding path, folder structure, and formatted name.
- While the original developer has done a signifigant amount of leg work, this script is taking on the task of linking the file structure to complete paths, providing additional file formats, and validating paths.requirements:
-python 3.11
![image](https://user-images.githubusercontent.com/98753696/215885658-6289fb35-681b-4bbd-b0e0-eee2d4a428ad.png)