Boomslang XML Editor Updated

Hi,

I released a super simple XML editor several years ago that I had written for fun and then included in a wxPython book. However, I let it get a bit outdated and decided to update the code to fix that.

The code now works with the latest wxPython again. You can find it here: GitHub - driscollis/BoomslangXML: A simple XML editor created using Python and wxPython

Here’s a screenshot of tha app:

Just for fun, I also ported the application to Textual, which is a TUI package for Python, which you can find here: GitHub - driscollis/BoomslangXML_TUI

It looks a little different since it runs in the terminal:

boomxml_tui

If you’re interested in contributing to either project, let me know. It’s totally fine if you’re not. They are there for learning as much as anything.