Skip to main content

Personal Python utilities library with vim-like navigation for wxPython

Project description

supyx

Personal Python utilities library by SXion.

Packages

wxNaVimgation

Vim-like navigation for wxPython applications, inspired by Surfingkeys browser extension.

Features:

  • Normal mode: Default navigation mode with keyboard shortcuts
  • Insert mode: For text input (activated with i or when focusing input fields)
  • Hint mode: Press f to show hints on clickable elements, type hint to click
  • Search mode: Press / to search text in the application
  • Quick navigation: i to focus first input field, gi to cycle through inputs
  • Extensible keybinding system for custom commands

Installation

pip install supyx

Or with uv:

uv add supyx

Usage

import wx
from supyx.wxnavimgation import VimNavigationMixin

class MyFrame(VimNavigationMixin, wx.Frame):
    def __init__(self):
        super().__init__(None, title="My App")
        self.init_vim_navigation()

        # Add custom keybindings
        self.vim_nav.map_key('dd', self.delete_item, "Delete selected item")

License

MIT

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

supyx-0.1.0.tar.gz (9.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

supyx-0.1.0-py3-none-any.whl (10.7 kB view details)

Uploaded Python 3

File details

Details for the file supyx-0.1.0.tar.gz.

File metadata

  • Download URL: supyx-0.1.0.tar.gz
  • Upload date:
  • Size: 9.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for supyx-0.1.0.tar.gz
Algorithm Hash digest
SHA256 c9692e99def15fe10fb551ebfecd4fa2ae8c373e7a56caf9d143711b25fcca9a
MD5 0887a6960a8d25ac0c912d015877980c
BLAKE2b-256 b2825dff09344dd9e71fc3a4ffeebbda9c6e45c202d67e9e1503439dc6c2d8a7

See more details on using hashes here.

File details

Details for the file supyx-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: supyx-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 10.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for supyx-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 779b25033383d110e3b7e4fa871c8cc0ded098b6d3f9cbd0c3b38df5851571d8
MD5 c3ae6e5bdce8383ea396e472f02b699b
BLAKE2b-256 1612486c0c63335033071de46454553b6efe915a32fbe79c501f0301111d47c1

See more details on using hashes here.

Supported by

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