Python Forum

Full Version: Decoder++ for decoding and encoding data
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I made a pyqt gui application for encoding/decoding data. The source code can be found at https://github.com/bytebutcher/decoder-plus-plus.

[Image: dpp-preview-001.png]

If you have any suggestions regarding code-quality, features or any other kind of feedback i'm happy to hear from you guys!
Had a quick browse around the repo and the big thing I noticed: no tests. How do you intend to make sure it still works as you add or change functionality?
Yeah, your right. There are no tests right now due to finding it difficult to write tests for ui applications. But i'll try adding them asap.