diff --git a/README.md b/README.md index 7e0772b..721aab9 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ SPDX-License-Identifier: MIT # textual-totp: TOTP (authenticator) application using Python & Textual +![ttotp in action](https://github.com/jepler/textual-totp/blob/main/ttotp.png) + # Installation Right now you have to pick this up from github, it's not yet on pypi: diff --git a/ttotp.png b/ttotp.png new file mode 100644 index 0000000..796da36 Binary files /dev/null and b/ttotp.png differ diff --git a/ttotp.png.license b/ttotp.png.license new file mode 100644 index 0000000..92731b0 --- /dev/null +++ b/ttotp.png.license @@ -0,0 +1,4 @@ +SPDX-FileCopyrightText: 2023 Jeff Epler + +SPDX-License-Identifier: CC0-1.0 +SPDX-License-Identifier: MIT