Skip to main content

Une librairie pour aider les devs du projet pixit sur la connexion entre les jeux et la console.

Project description

PixitLib

PixitLib est une librairie Python permettant de gérer la connexion et la communication avec une matrice LED et une console de jeu.

Installation

Vous pouvez installer PixitLib directement depuis PyPI :

pip install pixitlib

Ou depuis GitHub :

pip install git+https://github.com/TonGithub/pixitlib.git

Utilisation

Importation de la librairie

from pixitlib import GameConnexion

Création d'une connexion

game = GameConnexion()
game.connect()

Envoi d'une trame à la matrice LED

Vous pouvez envoyer une trame personnalisée à la matrice LED :

frame = ";".join(["(255,0,0)"] * 128 + ["(0,0,255)"] * 128)  # Rouge et bleu
game.send_frame(frame)

Réception des commandes de la console

game.listen_commands()

Fermeture de la connexion

game.close()

Configuration

Par défaut, pixitlib utilise les valeurs suivantes :

  • Adresse IP : 127.0.0.1
  • Port Console : 58591
  • Port Matrice LED : 58600

Vous pouvez modifier ces paramètres lors de l'initialisation :

game = GameConnexion(host="192.168.1.10", console_port=12345, matrix_port=54321)

Développement

Si vous souhaitez contribuer au projet, clonez le dépôt et installez la version locale :

git clone https://github.com/TonGithub/pixitlib.git
cd pixitlib
pip install -e .

📝 Licence

Ce projet est sous licence MIT. Vous êtes libre de l'utiliser et de le modifier selon vos besoins.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pixitlib-0.1.1.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pixitlib-0.1.1-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file pixitlib-0.1.1.tar.gz.

File metadata

  • Download URL: pixitlib-0.1.1.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.5

File hashes

Hashes for pixitlib-0.1.1.tar.gz
Algorithm Hash digest
SHA256 2fee2bc14b15eef8af667b4c79f82bf2f6cc160f3a301ac5e825df15ec94b74e
MD5 c09b61e8c344ec1af2c26155c57aa732
BLAKE2b-256 1c2b0af0378546560baa8d828875ec907269771cbe50a12efc8f6e21cacac74f

See more details on using hashes here.

File details

Details for the file pixitlib-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: pixitlib-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 4.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.5

File hashes

Hashes for pixitlib-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 04d3cf08cefbfadfa5b1e4ae4b09dd42d22c422bd57e037709f4be0191478be1
MD5 9d53c09122cfbec8bc92bdfbbf1597e4
BLAKE2b-256 1d578cf35fc1f9af7ad33ee1bf25898d487ddc5b1472117d54a1ecdca6f25e9c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page