A Python wxPython application for managing NVDA screen reader profiles.
- Backup NVDA Profiles: Create
.nvdaprofilebackup files from your NVDA configuration - Restore Profiles: Restore NVDA configuration from
.nvdaprofilebackups - Profile Inspection: View contents of
.nvdaprofilefiles in a tree view - Profile Metadata: Each backup includes username, PC name, and creation date
- Python 3.x
- wxPython
pip install wxPythonpython main.pyThe application manages profiles located at:
C:\Users\<username>\AppData\Roaming\nvda
.nvdaprofile files are ZIP archives containing:
- All NVDA configuration files and folders
- A descriptor file with profile metadata (username, PC name, creation date)