The Modern Python Test project¶
The example project of Hypermodern Python article series. The command-line interface prints random facts to your console, using th Wikipedia API.
Installation¶
To install the Modern Python Test project, run this command in your terminal:
$ pip install modern-python
Usage¶
Modern Python Test’s usage looks like:
$ modern-python [OPTIONS]
-
-l<language>,--language<language>¶ The Wikipedia language edition, as identified by its subdomain on wikipedia.org. By default, the English Wikipedia is selected.
-
--version¶ Display the version and exit.
-
--help¶ Display a short usage message and exit.