The Hotmodern Python Project ============================== .. toctree:: :hidden: :maxdepth: 1 license reference 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 Hotmodern Python project, run this command in your terminal: .. code-block:: console $ pip install hotmodern_python Usage ----- Hotmodern Python's usage looks like: .. code-block:: console $ hotmodern_python [OPTIONS] .. option:: -l , --language The Wikipedia language edition, as identified by its subdomain on `wikipedia.org `_. By default, the English Wikipedia is selected. .. option:: --version Display the version and exit. .. option:: --help Display a short usage message and exit.