Skip to content

Commit

Permalink
Merge pull request #20 from treyhunner/improve-docs
Browse files Browse the repository at this point in the history
Add screenshots to documentation
  • Loading branch information
treyhunner committed Dec 30, 2021
2 parents 7c780ce + 6b58f0d commit 7b2a275
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 deletions.
27 changes: 25 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,35 @@ countdown-cli
:target: https://github.com/psf/black
:alt: Black

This project is based on a `Python Morsels`_ exercise for a command-line countdown timer.
If you're working on that exercise right now, please **don't look at the source code** for this. 😉

|Logo|

.. |Logo| image:: images/python-morsels-logo.png
:target: https://www.pythonmorsels.com
:width: 400
:alt: an adorable snake taking a bite out of a cookie with the words Python Morsels next to it (Python Morsels logo)


Features
--------

* Full-screen countdown timer, centered in the terminal window
* Command-line interface for Linux/Mac/Windows

|32:53|

|14:57|

.. |32:53| image:: images/3253.png
:width: 500
:alt: 32:53 shown in large letters in center of an xterm window (black background with white text)

.. |14:57| image:: images/1457.png
:width: 500
:alt: 14:57 shown in large letters in center of terminal window (light background with darker text)


Requirements
------------
Expand All @@ -56,7 +78,7 @@ You can install *countdown-cli* via pip_ from PyPI_:

.. code:: console
$ pip install countdown-cli
$ python3 -m pip install countdown-cli
Usage
Expand Down Expand Up @@ -91,10 +113,11 @@ Credits

This project was generated from `@cjolowicz`_'s `Hypermodern Python Cookiecutter`_ template.

.. _Python Morsels: https://www.pythonmorsels.com
.. _@cjolowicz: https://github.com/cjolowicz
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _MIT license: https://opensource.org/licenses/MIT
.. _PyPI: https://pypi.org/
.. _PyPI: https://pypi.org/project/countdown-cli/
.. _Hypermodern Python Cookiecutter: https://github.com/cjolowicz/cookiecutter-hypermodern-python
.. _file an issue: https://github.com/treyhunner/countdown-cli/issues
.. _pip: https://pip.pypa.io/
Expand Down
1 change: 1 addition & 0 deletions docs/images
Binary file added images/1457.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/3253.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/python-morsels-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "countdown-cli"
version = "0.3.0"
version = "1.0.0"
description = "Terminal program to display countdown timer"
authors = ["Trey Hunner <trey@treyhunner.com>"]
license = "MIT"
Expand Down

0 comments on commit 7b2a275

Please sign in to comment.