I want to have a spell check feature in my PyQt4
project and it seems pyenchant is a good choice to do this thing. It's work prefect. but I want to make my own dictionary of words and feed the module with them. Is it possible at all?
after that, how can I make an easy process to use this new dictionary on other computers that want to use my original program? I don't want to make user install some strange program and dictionaries to use my simple program.
PS: I'm on a Linux system.