Skip to main content

Colorisation de texte dans un terminal

Project description

:pencil2: zpp_color

Informations

Librairie pour la colorisation de texte dans un terminal.
Permet de modifier la couleur du texte, la couleur de fond et le style.
Prise en charge de 256 couleurs.
Sélection de la couleur avec le nom, l'id ou une combinaison RGB

Prérequis

  • Python 3

Installation

pip install zpp_color

Utilisation

Conseil d'importation du module

Depuis Pypi

from zpp_color import fg, bg, attr

Depuis le code source

from color import fg, bg, attr

Modification de la couleur du texte

Avec le nom
print(f"{fg('blue')}Ceci est un texte en bleu{attr(0)}")
Avec l'id
print(f"{fg(3)}Ceci est un texte en bleu{attr(0)}")
Avec un code RGB
print(f"{fg('0,0,255')}Ceci est un texte en bleu{attr(0)}")

NOTE: Toujours rajouter attr(0) à la fin du texte, sinon la couleur s'appliquera pour les lignes suivantes.


Modification de la couleur de fond

Avec le nom
print(f"{bg('red')}Ceci est un texte avec un fond rouge{attr(0)}")
Avec l'id
print(f"{bg(1)}Ceci est un texte avec un fond rouge{attr(0)}")
Avec un code RGB
print(f"{bg('255,0,0')}Ceci est un texte avec un fond rouge{attr(0)}")

Modification du style du texte

Avec le nom
print(f"{attr('italic')}Ceci est un texte en italic{attr(0)}")
Avec l'id
print(f"{attr(3)}Ceci est un texte en italic{attr(0)}")

Lister les possibilités

Lister les couleurs possibles
zpp_color.list_fg()
zpp_color.list_bg()
Lister les styles possibles
zpp_color.list_attr()

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

zpp_color-1.0.4.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

zpp_color-1.0.4-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file zpp_color-1.0.4.tar.gz.

File metadata

  • Download URL: zpp_color-1.0.4.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: nexus/0.5.0 CPython/3.12.4 Windows/11

File hashes

Hashes for zpp_color-1.0.4.tar.gz
Algorithm Hash digest
SHA256 6cd8382d0aa3f9374eb8ad8bc41739ab4c91041ca95f290e3677b37885fd71a9
MD5 9d4fdae6743c241cb96cb6815a00acd8
BLAKE2b-256 b5aba750530b9315f58ea4e9c90a5d8bd653243f03febf00a4938709ba380c98

See more details on using hashes here.

File details

Details for the file zpp_color-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: zpp_color-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 5.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: nexus/0.5.0 CPython/3.12.4 Windows/11

File hashes

Hashes for zpp_color-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 f5874a09b2cdc01415433885ab1be4a30e78da218c825cd20502f95ab7c64870
MD5 a2491163338aae590d964c358e44c726
BLAKE2b-256 d9a541c844d0a5beac4798dc179dff5b7f56f0e2723ecce7ea040919106b30fb

See more details on using hashes here.

Supported by

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