Live data from Hacker News

Spectre.Console lets you make beautiful console apps with .NET Core

hanselman.com

1–10 of 35 posts

Re: Spectre.Console lets you make beautiful console apps with .NET Core

#7

Wow. I wish there was something like this for other languages (like Python, Nim or Go).

For Python check out the “rich” module[1]. It even uses a table of Star Wars movies as an example. It gives you access to colors and other niceties, like outputting syntax highlighted elements and colorful exceptions with little effort.

[1]: https://github.com/willmcgugan/rich

Post reply on HN