Skip to main content

Génère un nombre spécifié de mots français au hasard, entre 0 et 20 mots. Par défaut, génère 8 mots. utile pour divers projets nécessitant des mots français aléatoires. Permet de générer des mots pour des jeux, des tests de vocabulaire, des noms de fichiers uniques, et bien plus encore.

Project description

Random Words Generator fr

Description

random_words_generator est une bibliothèque Python simple qui génère un nombre spécifié de mots français au hasard, entre 0 et 20 mots. Par défaut, génère 8 mots. Elle est utile pour divers projets nécessitant des mots français aléatoires, tels que les jeux, les tests de vocabulaire, ou même pour générer des noms de fichiers ou des identifiants uniques.

Installation

Pour installer random_words_generator, utilisez pip :

bash pip install random_words_generator

Utilisation

Pour utiliser random_words_generator, importez la fonction generate_random_words et appelez-la :

python from random_words_generator.words import generate_random_words

Générer 8 mots français par defaut au hasard

words = generate_random_words() print(words)

Générer 10 mots français (par exemple) au hasard

words = generate_random_words(10) print(words)

Contribution

Les contributions sont les bienvenues. Si vous souhaitez ajouter des fonctionnalités ou signaler des bugs, veuillez créer une issue ou une pull request.

Licence

random_words_generator est distribué sous la licence MIT. Voir le fichier LICENSE pour plus d'informations.

Contact

Si vous avez des questions ou des suggestions, n'hésitez pas à me contacter.

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

random_words_generator_fr-0.3.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

random_words_generator_fr-0.3-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

Details for the file random_words_generator_fr-0.3.tar.gz.

File metadata

File hashes

Hashes for random_words_generator_fr-0.3.tar.gz
Algorithm Hash digest
SHA256 7af9eb2c0f831fe6ad35ab1cce7b380677ab41c15bd24747f7654a9d60004b86
MD5 585a9ed651fd57c04e01dbf6a0ad8cd4
BLAKE2b-256 444967b1d085faa6a2f8dac5f0f770562d7105451c2f2420997865ed7a445a08

See more details on using hashes here.

File details

Details for the file random_words_generator_fr-0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for random_words_generator_fr-0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0204ce29373ca47d0ca1206d91d99f5f90f11665e5c3d47687e4de755ecf5fee
MD5 f539a51fa8564ca67f7bacedaac29869
BLAKE2b-256 a043cf07ccb1aa09a688ac0afeecfa4916d518ed98552055656d18a7ce674b4e

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