Skip to main content

Program to keep your browser/computer active

Project description

drinkingbird

Program to keep your browser/computer active.

Alt Text

Installation

Assuming you have a Python3 distribution with pip, to install a development version, cd to the directory with this file and:

pip3 install -e .

As an alternative, a virtualenv might be used to install the package:

# Prepare a clean virtualenv and activate it
virtualenv -p /usr/bin/python3.6 venv
source venv/bin/activate
# Install the package
pip3 install -e .

To install also the dependencies to run the tests or to generate the documentation install some of the extras like

pip3 install -e '.[docs,test]'

Mind the quotes.

Usage

To run, open a browser in the foreground and execute:

drinkingbird

This will cycle tabs each 10 s.

To stop it, just press Esc.

For more options see

drinkingbird --help

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

drinkingbird-0.1.2.tar.gz (3.1 kB view hashes)

Uploaded Source

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