The Python-Dev Example Python Project¶
This project is derived from Hypermodern Python: Hypermodern Python article series. The command-line interface prints random facts to your console, using the Wikipedia API.
Installation¶
To install the Python_Dev Python project, run this command in your terminal:
$ pip install pythondev-example
Usage¶
Pythondev-Example’s usage looks like:
$ pythondev-example [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.