TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Urwid For Python, A Ncurses Library

56 pointsby Nic0over 13 years ago

1 comment

limmeauover 13 years ago
If you're not committed to using precisely the curses library for the text UI, there is also Newt[1], a front-end to Slang. It was used in the text-based installer of Red Hat Linux. I once used it for a one-off Python script and it was OK.<p>1. <a href="http://gnewt.sourceforge.net/tutorial.html" rel="nofollow">http://gnewt.sourceforge.net/tutorial.html</a>