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.7.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.7.tar.gz.
File metadata
- Download URL: pyAsciiEngine-0.0.7.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 |
5e4ce5790f1317366d46d7434002d3dcff93c5cf441f3b77040e5218f4249289
|
|
| MD5 |
8350e01cd6f29699d6883cfaa21697e4
|
|
| BLAKE2b-256 |
fd31d0710f34b406eaa3572238511496b003f3b780ca5a96bb956dbe1b7297a6
|
File details
Details for the file pyAsciiEngine-0.0.7-py3-none-any.whl.
File metadata
- Download URL: pyAsciiEngine-0.0.7-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 |
b456c06ba7568e18e43fd1719aca3e11bf3e53bce142ad5d023fc120a7626dcd
|
|
| MD5 |
55cb93dcf55676f0fee27ff2fda279d0
|
|
| BLAKE2b-256 |
85e938ea9b39358dae4fafe47eaf9f7109c15d2697d5925465d765ce9310f26d
|