Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greenheart/kontaktz-cli
A python CLI to manage contacts built with Redis
https://github.com/greenheart/kontaktz-cli
Last synced: about 5 hours ago
JSON representation
A python CLI to manage contacts built with Redis
- Host: GitHub
- URL: https://github.com/greenheart/kontaktz-cli
- Owner: Greenheart
- License: mit
- Created: 2015-11-11T08:43:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T21:04:06.000Z (almost 9 years ago)
- Last Synced: 2023-08-01T14:21:17.513Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kontaktz-cli
### A python CLI to manage contacts built with Redis.---
### The return of the CLI:s
This started out as a school project (where I learned about how to use Python with the database Redis) but after thinking for a while I realised - Who doesn't want a CLI to manage their contacts!?
It's time to break the norms of using GUI-based applications, because (well-designed) CLI:s are so much smoother to work with. And thanks to their close to non-existing learning-curve compared to graphical applications, there's no point in waisting time anymore, go for a CLI today!
![Screenshot of the UI](kontaktz-cli.png)
#### Screenshot of the UI## Requirements:
* [Redis](http://www.redis.io)
* [redis.py](https://github.com/andymccurdy/redis-py)
* [prettytable.py](https://pypi.python.org/pypi/PrettyTable)