"belltown" wrote:
For the Windows, non-Eclipse-using, Roku developers, I've put together a Windows Roku Debugger client that supports line-editing, command history, and Unicode debugger output. It's a Python 3.5 program, roky.py.
You can get roky.py from https://github.com/belltown/roky There's documentation at http://belltown-roku.appspot.com/roky.html and on GitHub.
...
Hopefully, some of you may find it useful. If anything, it gave me an excuse to start learning Python. I may look into developing a better GUI implementation later that can handle multiple tabs with a debug session in each tab.
Just started learning Python, you say? Wow.
I had a glance - great "penmanship"! Well documented. Just one note, you can get short names like so:
from ctypes.wintypes import BOOL, UINT, ULONG, WCHAR, HANDLE, SHORT, DWORD
from Win32 import GetFileType, GetStdHandle, WriteConsoleW, GetConsoleMode, GetCurrentConsoleFontEx, SetCurrentConsoleFontEx
Haven't tried it, lazy to fire up windows machine. Should remember looking at this for example use of Win32.
GUI you say? If you are good at that, why don't you go work for RokuCo and write them a proper IDE? They have been posting for years job listings for someone to write said IDE...