Creating a Simple XML Editor in Your Terminal with Python and Textual
Several years ago, I created an XML editor with the wxPython GUI toolkit called Boomslang. I recently thought it would be fun to port that code to Textual so I could have an XML viewer and editor in my terminal as well. In this article, you will learn how that experiment went and see the […]
Creating a Simple XML Editor in Your Terminal with Python and Textual Read More »