Simple terminal (VT100) editor widget (and other widgets)

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: Simple terminal (VT100) editor widget

Post by Roberthh » Fri Oct 23, 2015 4:35 pm

@andrew
These are good news. That's what I made wipye (and pye) for. I'm just making a few minor changes based in the lessons learned during our discussion. If you have any suggestions, please let me know.
Regards, Robert

pfalcon
Posts: 1155
Joined: Fri Feb 28, 2014 2:05 pm

Re: Simple terminal (VT100) editor widget

Post by pfalcon » Sat May 21, 2016 10:13 pm

https://github.com/pfalcon/picotui project has been converted to a proper Python package, to let other people use it easily out of the box. Fixed compatibility with MicroPython (well, by implementing str.center() on Python side).
Awesome MicroPython list
Pycopy - A better MicroPython https://github.com/pfalcon/micropython
MicroPython standard library for all ports and forks - https://github.com/pfalcon/micropython-lib
More up to date docs - http://pycopy.readthedocs.io/

User avatar
RWLTOK
Posts: 53
Joined: Thu Dec 14, 2017 7:24 pm

Re: Simple terminal (VT100) editor widget (and other widgets)

Post by RWLTOK » Sun Sep 22, 2019 7:23 pm

I know this is an old thread. I tried running picotui on micropython 1.11 without any luck. I am seeking a text based GUI for micropython embedded (not linux), specifically for the STM32 variant. Any information is appreciated.

Thanks

Rich

Post Reply