No project description provided
Project description
pyquoter
A CLI tool to save your favorite quotes :).
Installation
pip install pyquoter
Usage
All of the flags and options are visible with the --help
flag
Creating quotes
pyquoter -q "This is the quote!" -a "Author Name!" -d 11/20/2020 -t These are Tags
pyquoter -q "This Another quote" -d 11/20/2020 -t cool inspirational # Author defaults to Unkown
pyquoter -q "Just testing stuff" # All that is required is the quote
Searching quotes
To turn a quote insertion into a query just add the -f flag
pyquoter -f -q "quote" # Outputs quotes that contain the word "quote"
pyquoter -f -a "Abraham" # Outputs quotes with any author the word "Abraham" in their name
pyquoter -f -i 1 # Outputs the quote with an ID of 1
pyquoter -f -t inspirational # Outputs any quote tagged with the world inspirational
pyquoter -f # Outputs all the quotes
Sample output:
[3] Pyquoter is alright I guess
- Josh 11/20/2020
Deleting quotes
If you have a quote that you think isn't up to par, you can delete it by referencing its ID
pyquoter --delete 1 # Deletes the quote with an ID of 1
Creating an Alias
Typing pyquoter may be a bit verbose so if you have a .bashrc add the line
alias pq=pyquoter
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyquoter-1.0.0.tar.gz
(5.3 kB
view details)
Built Distribution
File details
Details for the file pyquoter-1.0.0.tar.gz
.
File metadata
- Download URL: pyquoter-1.0.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8e4530c7ccf0887742f260f374a6828129188b7226d4c2e50046f6c5b600f82 |
|
MD5 | 9144e633f026dfd742d89210b1cded4b |
|
BLAKE2b-256 | 028b4a512e64cf9b8e5c4da039bb597a57303451882d5acc36c35654c690759e |
File details
Details for the file pyquoter-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: pyquoter-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fdaaaf873ac0d69599344c197f596c3fe08521fc112849e2457c7719acb28115 |
|
MD5 | fd00b535e825f65f91bbb4f5cb499e15 |
|
BLAKE2b-256 | 7e50ccd7eee4000070b2f494fb73ce0fc1734ae2a1d53434eed630fd226517c6 |