UniCurses is a wrapper for Python 2.x/3.x that provides a unified set of Curses functions on all platforms (MS Windows, Linux, and Mac OS X) with syntax close to that of the original NCurses. To provide functionality on MS Windows it wraps PDCurses.

Features

  • Provides a unified set of Curses functions for all platforms, including MS Windows.
  • Wraps Public Domain Curses (PDCurses) using ctypes when used on Microsoft Windows.
  • Compatible with Python 2.x and 3.x series.
  • Uses syntax and function names similar to the original NCurses functions.

Project Activity

See All Activity >

Categories

Libraries

License

GNU General Public License version 3.0 (GPLv3)

Follow UniCurses for Python

UniCurses for Python Web Site

You Might Also Like
An All-in-One EMR Exclusively for Therapy and Rehab. Icon
An All-in-One EMR Exclusively for Therapy and Rehab.

Electronic Medical Records Software

Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
0
0
0
0
3
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 1 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 1 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

User Reviews

  • Simply running the provided exe did not work. Apparently you can just do `pip install windows-curses`, and it works mostly fine? So this project seems obsolete.
  • fails to run on python 3.5.4 Fatal error: can't find pdcurses.dll for linking, make sure PDCurses v3.4+ is in the same folder as UniCurses if you want to use UniCurses on a win32 platform. Traceback (most recent call last): File "C:\Users\david000\AppData\Local\Programs\Python\Python35-32\lib\site-packages\unicurses.py", line 43, in <module> import curses # see if the platform supports curses natively File "C:\Users\david000\AppData\Local\Programs\Python\Python35-32\lib\curses\__init__.py", line 13, in <module> from _curses import * ImportError: No module named '_curses' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\david000\OneDrive\sockets udp python\udp receive.py", line 5, in <module> import unicurses File "C:\Users\david000\AppData\Local\Programs\Python\Python35-32\lib\site-packages\unicurses.py", line 54, in <module> raise ImportError("UniCurses initialization error - pdcurses.dll not found.") ImportError: UniCurses initialization error - pdcurses.dll not found. >>>
  • Fails to install (Application Error) under Windows 10.
Read more reviews >

Additional Project Details

Intended Audience

Developers

Programming Language

Python

Related Categories

Python Libraries

Registered

2010-07-07