Ascii games engine
Project description
pyConsoleEngine
Ascii engine for drawing in console. Based on curses library
by @Arizel79
Install
pip install pyAsciiEngine
Example:
from pyAsciiEngine import AsciiScreen, Colors
scr = AsciiScreen()
scr.setStr(5, 5, "Hello, world! Prees Q to exit", Colors.RED)
while True:
key = scr.wait_key()
if key == "q":
break
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyAsciiEngine-0.0.8.tar.gz
(6.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyAsciiEngine-0.0.8.tar.gz.
File metadata
- Download URL: pyAsciiEngine-0.0.8.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07ec939950f2104dc2d4be1af01599839872edbd5ff61a3e093d11ca9c56773e
|
|
| MD5 |
058147a26242ca206d3ed65c8014431f
|
|
| BLAKE2b-256 |
18e130aa85c449b4bb720c729245ba32380191cda5fb234c66be1596edf33de3
|
File details
Details for the file pyAsciiEngine-0.0.8-py3-none-any.whl.
File metadata
- Download URL: pyAsciiEngine-0.0.8-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1d17ba4ee115595f48b5a180fa252310d82e9305d9798c8b7bce321fee3d6d1
|
|
| MD5 |
75a8bf1ff29b1777b8830432ed6db8e2
|
|
| BLAKE2b-256 |
94fcb11f4f9a129e3798e33abe15e407432403cdb2f5b937c1dd14a898cb8030
|