Metadata-Version: 2.4
Name: glparchis
Version: 20260214
Summary: Parchís game
License: GPL-3.0-only
License-File: LICENSE.txt
Author: turulomio
Author-email: turulomio@yahoo.es
Requires-Python: >=3.11,<4
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: PyQt6 (>=6.4.0)
Requires-Dist: PyQt6-WebEngine (>=6.4.0)
Requires-Dist: colorama (>=0.4.6)
Requires-Dist: pydicts (>=1.1.0,<2.0.0)
Requires-Dist: pyopengl (>=3.1.9)
Description-Content-Type: text/markdown

# glParchis [![PyPI - Downloads](https://img.shields.io/pypi/dm/glparchis?label=Pypi%20downloads)](https://pypi.org/project/glparchis/) [![Github - Downloads](https://shields.io/github/downloads/turulomio/glparchis/total?label=Github%20downloads )](https://github.com/turulomio/glparchis/)

## Project links

Glparchis doxygen documentation:
    https://coolnewton.mooo.com/doxygen/glparchis/index.html

Game statistics
    http://glparchis.sourceforge.net/php/glparchis_statistics.php

## Snapshots

<img src="doc/glparchis-players-3.png" height="200"/> <img src="doc/glparchis-players-4.png" height="200"/> <img src="doc/glparchis-players-6.png" height="200"/> <img src="doc/glparchis-players-8.png" height="200"/>


## Install in Linux

If you use Gentoo you can find a ebuild in https://github.com/Turulomio/myportage/tree/master/games-board/glparchis

If you use other distribution compatible con pip, you need to run:

`pip install glparchis`

## Install in Windows as a python module

You need to install Python from https://www.python.org and add it to the PATH

You must open a console with Administrator privileges and type:

`pip install glparchis`

If you want to create a Desktop shortcut to launch glParchis you must write in console:

`glparchis_shortcuts.exe`

## Install in Windows as a standalone application

You need to download glparchis-X.X.X.exe from github release

Just execute it

## Dependencies

* https://www.python.org/, as the main programming language.
* https://pypi.org/project/PyQt6/, as the main library.
* https://pypi.org/project/pywin32/, to create shortcuts.
* https://pypi.org/project/PyOpenGL/, for OpenGL api.

## Authors

* Turulomio: Idea and development. English and spanish translations.
* Nadejda Adam: French translation

## Changelog

Please read the [CHANGELOG](CHANGELOG.md)

