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.6.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.6.tar.gz.
File metadata
- Download URL: pyAsciiEngine-0.0.6.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 |
faae782df46706eb399583074bc86f6e0f68793f3ed15cdca26ad6749dce28d0
|
|
| MD5 |
ca30f349ddfd8e3ec891998b818a9e31
|
|
| BLAKE2b-256 |
69b0d8e9842dc7b52b98d626288c928e34620ea611b27be710fd6cc89b4eabe5
|
File details
Details for the file pyAsciiEngine-0.0.6-py3-none-any.whl.
File metadata
- Download URL: pyAsciiEngine-0.0.6-py3-none-any.whl
- Upload date:
- Size: 13.3 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 |
5422571d49605f04bc9fcdef937bb1e65a67e07bf95e0ac3077b1b64f472219e
|
|
| MD5 |
3d855b799817f6c99a5043f5647e57a9
|
|
| BLAKE2b-256 |
8cdb328662306029dd9bc905846e1466e4901bd8229e67d5599b6572db99c659
|