About 50 results
Open links in new tab
  1. Are there any toolkit libraries for curses with Python bindings?

    Npyscreen is a Python widget library and application framework for programming terminal or console applications. It is built on top of ncurses, which is part of the standard library.

  2. python - how to enable mouse movement events in curses - Stack …

    May 24, 2019 · How do I enable mouse movement events in curses? I found this Mouse movement events in NCurses, Xterm Control Sequences and ncurses_mouse_movement but I don't understand …

  3. python - ImportError: No module named '_curses' when trying to …

    Mar 8, 2016 · The curses module is not supported on Windows machines. From the module documentation: While curses is most widely used in the Unix environment, versions are available for …

  4. How to use terminal color palette with curses - Stack Overflow

    The terminal 'color palette' is set by the terminal application itself to map default curses colours to application-specific 'interpretations'. If you use red, the terminal can choose to display that as …

  5. How to display pre-colored string with curses? - Stack Overflow

    May 12, 2015 · 7 I'm writing a curses program in Python. I'm a beginner of curses but I've used terminal control sequences for colored output. Now there's some code snippets to print inside the window, I'd …

  6. How to create a menu and submenus in Python curses?

    Jan 7, 2013 · If you want to launch another terminal app like 'top', it is probably better to let python exit curses cleanly first then launch in order to prevent any futzing with terminal settings.

  7. python - How can I use curses to respond to a key press without …

    May 18, 2022 · How can I use curses to respond to a key press without pausing the program to wait for an input? Asked 3 years, 8 months ago Modified 3 years, 8 months ago Viewed 2k times

  8. python - Can't install curses package - Stack Overflow

    Nov 4, 2023 · ERROR: No matching distribution found for curses I am using Python 3.12.0 on VS Code and trying to use the curses package but can't install it , I installed the package windows-curses pip …

  9. python - Use curses to detect user input immediately - Stack Overflow

    Aug 21, 2015 · I'm using curses in python2.7 to control a robot. I would like to steer it with e.g. the w key, to tell it it should go forward. Here's my code, stripped away of all robot controls: import curses ...

  10. What is needed for curses in Python 3.4 on Windows7?

    The link to SourceForge on Python's UniCurses site is dead. A manual search an SourceForge helped to find UniCurses for Python again. But, the UniCurses 1.2 installer can not find any Python …