Click here to Skip to main content
15,892,199 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to build notepad like application using python.
I want to include simple functions like:

1. writing
2. editing
3. line number
4. selecting font
5. font size, style, color
6. searching for string
7. counting words

I am not getting any idea how to begin this? How can I start developing notepad like application using python
Posted
Updated 8-Jun-21 2:38am

1 solution

You need to choose what GUI toolkit you want to use like PyQt, TKinter or wxWidgets.

Personally I would recommend PyQt4 and there is a good tutorial here on how to writing a simple text editor in PyQT4.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900