Skip to main content

Pygcurse

http://inventwithpython.com/pygcurse

https://github.com/asweigart/pygcurse

Pygcurse (pronounced "pig curse") is a curses library emulator that runs on top of the Pygame framework. It provides an easy way to create text adventures, rougelikes, and console-style applications.

Unfortunately, the curses library that comes with the Python standard library does not work on Windows. The excellent Console module from effbot provides curses-like features, but it only runs on Windows and not Mac/Linux. By using Pygame, Pygcurse is able to run on all platforms.

Pygcurse provides several benefits over normal text-based stdio programs:

1) Color text and background.
2) The ability to move the cursor and print text anywhere in the console window.
3) The ability to make console apps that make use of the mouse.
4) The ability to have programs respond to individual key presses, instead of waiting for the user to type an entire string and press enter (as with input()/raw_input()).
5) Since the console window that Pygcurse uses is just a Pygame surface object, additional drawing and transformations can be applied to it. Multiple consoles can also be used in the same program.

Pygcurse requires Pygame to be installed. Pygame can be downloaded from http://pygame.org

Pygcurse was developed by Al Sweigart (al@inventwithpython.com)

https://github.com/asweigart/pygcurse

The github repo contains several example programs.

Release files for pygcurse 1.0.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pygcurse 1.0.1
File Size Uploaded
pygcurse-1.0.1.tar.gz 27.9 kB Details

Release files / pygcurse-1.0.1.tar.gz

Download URL pygcurse-1.0.1.tar.gz
Size 27.9 kB
Tags Source
SHA-256 checksum
How to use checksums
5460c7d6b7ecccf1d441211b92d41d40e612214851456c1f0411a107acdb3d7c
BLAKE2b-256 checksum
How to use checksums
cc51b16db20f3e57cffddf712c16165a8c6d3ba22bb5692db53064b4271c8168
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.9.1

Release history Release notifications | RSS feed

This release

1.0.1 This release

1 release file

1

0.10.3

1 release file

0.10.2

1 release file

0.10.1

1 release file

0.9.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page