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
ior when focusing input fields) - Hint mode: Press
fto show hints on clickable elements, type hint to click - Search mode: Press
/to search text in the application - Quick navigation:
ito focus first input field,gito 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
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
supyx-0.1.0.tar.gz
(9.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
supyx-0.1.0-py3-none-any.whl
(10.7 kB
view details)
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9692e99def15fe10fb551ebfecd4fa2ae8c373e7a56caf9d143711b25fcca9a
|
|
| MD5 |
0887a6960a8d25ac0c912d015877980c
|
|
| BLAKE2b-256 |
b2825dff09344dd9e71fc3a4ffeebbda9c6e45c202d67e9e1503439dc6c2d8a7
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
779b25033383d110e3b7e4fa871c8cc0ded098b6d3f9cbd0c3b38df5851571d8
|
|
| MD5 |
c3ae6e5bdce8383ea396e472f02b699b
|
|
| BLAKE2b-256 |
1612486c0c63335033071de46454553b6efe915a32fbe79c501f0301111d47c1
|