This module is a pure Python reimplementation of my WConio module, and is generally API compatible with version 1.5.1 of that module. WConio provides a color console interface for Windows applications using an interface based generally on the conio.h functions included with Turbo C 2.0. While the original module depended on code written by Daniel Guerrero Miralles, this module includes none of his code.
The conio.h functions don’t map perfectly to Python, so I have taken some liberties. In particular, the window() functionality is not provided, and screen coordinates are based at 0, 0 (logical for Python, but counter to the tradition of conio.h).
If you are porting an application written for the original WConio, it’s perfectly acceptable to say:
import WConio2 as WConio
Release files for WConio2 2.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| WConio2-2.0.1.tar.gz | 7.3 kB | Details |
Release files / WConio2-2.0.1.tar.gz
| Download URL | WConio2-2.0.1.tar.gz |
|---|---|
| Size | 7.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
32d4d790d19e256681fb7c3a717667bf307cacbb9b8ba615ffea4368fa41984c
|
|
BLAKE2b-256 checksum How to use checksums |
9f72ac0c4ea6cafe0422ba288b1b0eb18ffe57ca43d731157aa668c14027b3bc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.17
|