I have intermediate knowledge of python. I want to make a unicode handwriting labeling game in python like Mavis Beacon Software, should not necessarily be that advanced software, just a GUI program. I have limited knowledge about GUI modules in python.
Can you tell me how I can match a handwritten character with unicode character in python, i.e. let the players write the unicode character by looking at handwritten characters visually? Which GUI module would be best for this task?
Comments
Post a Comment