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
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-0.0.1.tar.gz
(2.6 kB
view details)
Built Distribution
File details
Details for the file pyquoter-0.0.1.tar.gz
.
File metadata
- Download URL: pyquoter-0.0.1.tar.gz
- Upload date:
- Size: 2.6 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 | dc7a73ac50593fb7c8b2e1c08da5bac413f958e0817bc9c7e11492462f400ccb |
|
MD5 | 0d0e1c5e73380a80fdcd6499b4548b9a |
|
BLAKE2b-256 | 71d2f121045f50173cf44dcd3403f59d3e838ef357c901692a66b7e41d129edc |
File details
Details for the file pyquoter-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: pyquoter-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.8 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 | 3a167364755f4ce17e42fc91945b8cb148de3a9ba630bc23516aeafa0f0881bf |
|
MD5 | f6bfd33c2fd7004cd55b2752fa43afa5 |
|
BLAKE2b-256 | 67ae710dcf5dc1b1eeb97ebb9c652af2e1757e2902f95618dc7dc593aa15f1e3 |