Metadata-Version: 2.1
Name: ingame
Version: 0.1.0
Summary: 
Author: Mikhail Tergoev
Author-email: 57610802+castro-fidel@users.noreply.github.com
Requires-Python: >=3.11,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: desktop-parser (>=0.1.1,<0.2.0)
Requires-Dist: platformdirs (>=4.2.2,<5.0.0)
Requires-Dist: pygame (>=2.5.2,<3.0.0)
Requires-Dist: pyqtgraph (>=0.13.6,<0.14.0)
Requires-Dist: python-steam-api (>=2.0,<3.0)
Requires-Dist: python-steamgriddb (>=1.0.5,<2.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Description-Content-Type: text/markdown

# Ingame
A GUI for PortProton project.

## Run

Use the following commands in UNIX shell:

```shell
# Prepare and activate virtual environment
python -m pip install --user pipx
python -m pipx ensurepath
pipx install poetry

# Install requirements
poetry install

# Run
poetry run main
```
