Skip to main content

Rofi Menu wrapper for hierarchical menu creation.

Project description

About

PyRofi wraps Rofi and helps you to build the hierarchical menus with neat navigation.

Installation

Just python3 -m pip install --user pyrofi.

Example

#!/usr/bin/env python3

from pyrofi import run

run({
    'Calculator': ['xcalc'],
    'Games': {
        'Rogue': ['rogue'],
        'Angband': ['angband']
    },
    'Calendar': ['ncal', '2019']
})

(You can run a similar example with python -m pyrofi.menu).

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

pyrofi-0.1.0.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

pyrofi-0.1.0-py3-none-any.whl (2.7 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