Skip to main content

Une librairie qui traduit python en français

Project description

Discord MIT Licence PyPI version Downloads

Pyfrench

Une bibliothèque python de n'importe quelle version qui traduit ajoute la même fonctionnalité python au module.

Pourquoi ?

Python est un excellent langage de programmation mais il est en anglais ce qui peut être un problème pour les étudiants qui ne sont pas très bilingues. C'est pourquoi j'ai créé ce module.

Aujourd'hui

Le projet progresse mais n'est pas terminé. Si vous êtes intéressés, je vous laisse mon discord (Artic#6377).

Pyfrench facilite aussi le Python, il ne se contente pas de le traduire. Il peut par exemple faire des recherches sur YouTube ou Google, ou un exécuteur de commandes.

Comment ça marche ?

Vous avez juste besoin de Python, rien d'autre.

Exemples

C'est un exemple très simple de système de mot de passe.

from pyfrench import *

mot_de_passe_bdd = demander('Entrez un mot de passe')

while Vrai:

    mot_de_passe_question = demander('Quel est votre mot de passe ?')

    if mot_de_passe_bdd == mot_de_passe_question:
        afficher(couleur.VERT + couleur.GRAS + 'Bienvenue !' + couleur.FIN)
        break
    
    else:
        afficher(couleur.ROUGE + couleur.GRAS + 'Mot de passe incorrect !' + couleur.FIN)

Voici un réelle exemple. Ici, un programme qui lance Google Chrome avec les termes que vous avez recherchés.

from pyfrench import *

terminal.write('cls')

while Vrai:

    recherche = demander('Entrez un terme de recherche')
    google_recherche = google(recherche)
    terminal.write('start chrome {}'.format(google_recherche))

Installation

Attention, j'ai besoin de TOUTE votre attention,

Il vous faut éxecuter la commande dans un terminal :

Avec PIP

pip install pyfrench

Sans PIP

py -3 -m pip install -U pyfrench

C'est tout :)

Sur ceux, ciao !

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

pyfrench-0.3.2.tar.gz (10.3 kB view details)

Uploaded Source

Built Distribution

pyfrench-0.3.2-py3-none-any.whl (13.6 kB view details)

Uploaded Python 3

File details

Details for the file pyfrench-0.3.2.tar.gz.

File metadata

  • Download URL: pyfrench-0.3.2.tar.gz
  • Upload date:
  • Size: 10.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.6

File hashes

Hashes for pyfrench-0.3.2.tar.gz
Algorithm Hash digest
SHA256 b24e4464d51f0949025fe77d3aae53a3e75e3099d49d73b5556e4b58f1a33519
MD5 c1962a7200d641499e50e54e46a4e61e
BLAKE2b-256 2883c53ab60fe467f2f8f746e8f1cb9e40aa58a8a929ec194e222cd44b9c5080

See more details on using hashes here.

File details

Details for the file pyfrench-0.3.2-py3-none-any.whl.

File metadata

  • Download URL: pyfrench-0.3.2-py3-none-any.whl
  • Upload date:
  • Size: 13.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.6

File hashes

Hashes for pyfrench-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 406789da0ddb6aa431d5328689cbb81fb64536455694d66b917473373091a0cc
MD5 7d16f4ede7e15ac2c79b59cbe951425c
BLAKE2b-256 c3d7fa200056e1f4cde49b433207875f029400563a7f444e9406290808d7b5e3

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