diff --git a/README.md b/README.md index 1e88444..f2cb542 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ ## Introduction -PISpy aims to be a simple but useful [PyPi](https://pypi.org/) lookup client -for the Terminal, built with [Textual](https://textual.textualize.io/). +PISpy aims to be a simple but useful [PyPI](https://pypi.org/) lookup client +for the terminal. ## Installation @@ -29,22 +29,10 @@ $ brew install pispy Once installed, just run `pispy` from your shell. -![PISpy lookup up Textual](https://raw.githubusercontent.com/davep/pispy/main/img/pispy.png) +![PISpy lookup up Tinboard](https://raw.githubusercontent.com/davep/pispy/main/img/pispy.png) -## Naming +![PISpy lookup up Tinboard](https://raw.githubusercontent.com/davep/pispy/main/img/pispy-description.png) -> Wait! What? Is this pispy or pispy-client? Why the two names? - -Well... when I started hacking this together I went to check if PyPi had a -package called `pispy` and it didn't, so I steamed ahead with that. Only -when I came to add the package to PyPi did it say it wouldn't let me because -it was too similar to another package. - -So... package name is `pispy-client` but the content is `pispy`. - -## Work in progress - -PISpy is currently a work in progress. I'm still figuring out what it should -do and how; but for now it provides a simple package lookup interface. +![PISpy lookup up Tinboard](https://raw.githubusercontent.com/davep/pispy/main/img/pispy-wheel.png) [//]: # (README.md ends here) diff --git a/img/pispy-description.png b/img/pispy-description.png new file mode 100644 index 0000000..3fd22d9 Binary files /dev/null and b/img/pispy-description.png differ diff --git a/img/pispy-wheel.png b/img/pispy-wheel.png new file mode 100644 index 0000000..4d4ac2b Binary files /dev/null and b/img/pispy-wheel.png differ diff --git a/img/pispy.png b/img/pispy.png index ec8a240..c167a02 100644 Binary files a/img/pispy.png and b/img/pispy.png differ