Skip to main content

English-like word generator

Project description

fakelish

English-like word generator.

Installation

$ pip install --upgrade fakelish

Usage

Package provides command line interface (CLI) tool which by default prints ten words of length 6 to 9 letters:

$ fakelish
Predrons
Isishere
Uncette
Tripulogy
Oderve
Mageholy
Refess
Butarisse
Eloplae
Roidia

For more options see help:

$ fakelish --help

Contributing

Please read CONTRIBUTING.md for details of the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Origin

CLI and python library is ported from go implementation of fakelish project.

Word data included in this project have been converted from Javascript/Typescript implementation to pure json like this:

$ curl -s https://raw.githubusercontent.com/nwtgck/fakelish-npm/develop/lib/word-probability.ts | sed 's/.*} = {"\^/{"^/;s/;$//' > word-probability.json

Acknowledgments

Ryo Ota (@nwtgck) for original Go and JavaScript/TypeScript versions and word data.

Related projects

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

fakelish-0.1.0.tar.gz (386.9 kB view hashes)

Uploaded Source

Built Distribution

fakelish-0.1.0-py3-none-any.whl (392.2 kB view hashes)

Uploaded Python 3

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