Any Python/Curses resources?

This page summarizes the projects mentioned and recommended in the original post on /r/roguelikedev

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • RogueDetective

    A roguelike detective game

  • There aren't many Python/Curses resources out there. I've found a few non-roguelike-specific tutorials on youtube, the Rogue Detective source, and this non-functional algorithm. I'm pretty sure this is enough for me to cobble together something playable. I'm just curious whether there are better methods I could be using.

  • ratuil

    Responsive Terminal UI

  • I have written a [curses wrapper[(https://github.com/jmdejong/ratuil/blob/master/ratuil/cursedscreen.py) for one of my projects. Maybe it can help showing what steps you need.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • blessed

    Blessed is an easy, practical library for making python terminal apps (by jquast)

  • You might also consider more modern approach like blessed or maybe go low-level in the style of how urwid handles terminal input and output.

  • urwid

    Console user interface library for Python (official repo)

  • You might also consider more modern approach like blessed or maybe go low-level in the style of how urwid handles terminal input and output.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts