Introduction to curses in Python

A beginners guide to curses in Python to create interactive terminal applications

Card image cap

1. Getting Started

Learn the basics of curses library in this video.

    

Card image cap

2. Creating Menu Display for Terminal

Learn how to create an interactive menu display curses application.

    

Card image cap

3. Creating Snake Game for Terminal

Learn how to create the classic snake game for terminal.

    

Card image cap

4. Handling Mouse Events on Terminal

Learn how to handle mouse click events on terminal in a curses application with simple examples.