TUI program to check the ProtonDB compatibility of all the games of a Steam user.
Project description
Vapor: Steam Proton Compatibility Checker
Vapor is a Python package built on Textual which offers a simple Terminal User Interface for checking ProtonDB compatibility ratings of games in a Steam user's library. The tool seamlessly integrates Steam and ProtonDB APIs to provide insightful compatibility information.
Installation
pipx is a great tool for installing Python packages in an isolated environment. If wanting to install via pipx
, just run
pipx install vapor-steam
This project can also be installed with pip normally with
pip3 install vapor-steam
Arch users can install the package from the AUR with your favorite AUR helper:
paru -S python-vapor-steam
Or manually with makepkg
:
git clone https://aur.archlinux.org/python-vapor-steam.git && cd python-vapor-steam
makepkg -si
Quick Start
- Obtain a Steam API Key: Get your Steam API key by filling out this form.
- Run the Program: Run vapor with the
vapor
command. It can also be ran without installation, withpython3 vapor/main.py
.
Features
- User Library Analysis: Fetches and displays game compatibility ratings from ProtonDB for a specified Steam user.
- User Average Compatibility: Calculates and presents the average game compatibility for the user's library.
- Automatic Steam ID Resolution: Vapor automatically resolves the given Steam ID, so you can use either your vanity name or your 64-bit Steam ID.
- Automatic Steam URL Detection: Directly paste a Steam user profile URL, like
https://steamcommunity.com/id/<user>
orhttps://steamcommunity.com/profiles/<user>
into the "User ID" box and it will be detected and parsed correctly. - AreWeAntiCheatYet Integration: Integartion with Are We Anti-Cheat Yet? to show the anti-cheat compatibility status of your games.
Requirements
This package is built on top of textual and aiohttp, and uses poetry to manage dependencies. To install dependencies locally, just run poetry install
in the repository's directory.
Private Steam Account Error
This error occurs if your game details are set to private in your privacy settings. First, double check that you're using the correct Steam ID or vanity URL. This is different from your display name. To make sure, you can directly copy your profile URL into Vapor and your Steam ID will be extracted. Your profile URL will look like https://steamcommunity.com/id/<vanity_name>
or https://steamcommunity.com/profiles/<steam_id>
.
If you've double checked that your account information is correct, please complete the following steps to fix this issue:
- From Steam, click the user dropdown and select "View my profile"
- Click the "Edit Profile" button
- Click the "Privacy Settings" tab
- Set "Game details" to Public
- Uncheck the Always keep my total playtime private option
Contributing
Contributions are welcomed! For bug fixes, improvements, or feature requests, feel free to open an issue or pull request.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for vapor_steam-1.5.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d8a5b8dc86bfd2cc5d37c17b6a84d81b344d084228b459651940f95b57722e7 |
|
MD5 | f43407890cfc47915ee07c3fe840cde7 |
|
BLAKE2b-256 | c6beff0253547dd69fd0462586623d612e69be56c33dc58183b2d62549865f5a |