Skip to main content

Read PyBites Python tips from the command line

Project description

PyBites Tips CLI

A wrapper to read PyBites Python tips from the command line.

Installation

You can install PyBites Tips CLI from PyPI:

pip install pybites-tips

This tool uses Python 3.x

Usage

PyBites Tips CLI is a command line application. There are two ways to run it:

  1. Interactive mode:

     $ pytip
    
     Search tips (press 'q' to exit): functools
     3 tips found
    
     === TIP 153 ===
     Title: functools.partial
     ...
     ...
    
  2. Search for tips from the command line using the -s flag:

     $ pytip -s itertools
     7 tips found
    
     === TIP 53 ===
     Title: random.choice and itertools.product
     Tip: #Python's random, range and itertools.product make it easy to simulate 5 dice rolls:
     ...
     ...
    

Paging

If you want to page through the results use the -p flag:

$ pytip -s itertools -p
7 tips found

Press any key to start paging them, then press 'q' to go to the next one ... or hit 'c' bail out:
...
<< resulting tips are paged (you see them one by one in your terminal) >>

You can also just pipe pytip's output to more:

pytip -s itertools|more


Enjoy!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pybites-tips-1.1.0.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

pybites_tips-1.1.0-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page