The Hypermodern Python Project
The example project for the Hypermodern Python article series. The command-line interface prints random facts to your console, using the Wikipedia API.
Installation
To install the Hypermodern Python project, run this command in your terminal:
$ pip install hypermodern-python-tuto
Usage
Hypermodern Python’s usage looks like:
$ hypermodern-python-tuto [OPTIONS]
- --language [french|english|other]
The Wikipedia language edition, as identified by its subdomain on wikipedia.org. By default, the system preferred language is used, with English as fallback if not among supported languages.
- --version
Show the version and exit.
- --help
Display a short usage message and exit.