Add a terminal UI for Luckysheet #538
Comments
|
Functions and solutions to be discussed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
|
Functions and solutions to be discussed |
Add a terminal UI for Luckysheet, probably using blessed library: https://github.com/chjj/blessed (if your API is in nodeJS; works, but frozen), or https://github.com/jquast/blessed (if your API can be bound to Python; works, and is actively maintained), or use mighty old ncurses (in C; for the bold...). This would of course use the existing Luckysheet API.
The text was updated successfully, but these errors were encountered: