Can I add syntax highlighting and run command? How? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Can I add syntax highlighting and run command? How?

I want to make a code editor using python tkinter library and I want to add syntax highlighting and run command and other features. Can I do this, if yes, how? Please help me.

2nd Sep 2018, 12:44 PM
Shruti
Shruti - avatar
2 Answers
+ 2
You can do anything you put your mind to. Nobody is going to have all your answers. There are open source IDEs available. Read their source to see what they did.
4th Sep 2018, 8:08 PM
John Wells
John Wells - avatar
+ 2
I haven't worked with the solo learn code editor yet but you could write your code using a python IDE, e.g. PyCharm. Then you will have all these features
4th Sep 2018, 8:51 PM
Mau
Mau - avatar