Sunday, November 24, 2013

Working on a Python + Curses terminal application

I am working on a Python project of my own to create some console applications using curses. Due to the learning curve of Curses, I decided to write this post to keep track of things.

—– Nov. 24

Completed the menu + dynamic content output to the welcome screen. Working on Direct Command mode, users press ‘space’ to switch to direct Command and use shortcuts to perform certain operations.

—– Nov. 26

Completed direct command override at any interface starting with “:”.

—– Dec. 10

Written with StackEdit.

No comments:

Post a Comment