Skip to content

slohmaier/NVDAProfileManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NVDA Profile Manager

A Python wxPython application for managing NVDA screen reader profiles.

Features

  • Backup NVDA Profiles: Create .nvdaprofile backup files from your NVDA configuration
  • Restore Profiles: Restore NVDA configuration from .nvdaprofile backups
  • Profile Inspection: View contents of .nvdaprofile files in a tree view
  • Profile Metadata: Each backup includes username, PC name, and creation date

Requirements

  • Python 3.x
  • wxPython

Installation

pip install wxPython

Usage

python main.py

Profile Location

The application manages profiles located at: C:\Users\<username>\AppData\Roaming\nvda

File Format

.nvdaprofile files are ZIP archives containing:

  • All NVDA configuration files and folders
  • A descriptor file with profile metadata (username, PC name, creation date)

About

Manage NVDA Profiles. Backup, Restore and do basic editing.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors