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.5.tar.gz
(6.1 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.5.tar.gz.
File metadata
- Download URL: pyAsciiEngine-0.0.5.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56fd0e1a022757c54d6a02a9080a2c374b329f026e0ce41795590d1469fa2ef5
|
|
| MD5 |
b7824af7ae6b1a7380167f37a93151f5
|
|
| BLAKE2b-256 |
84ae37ee833e282c38c503874b88e1e1dfee8a374ccd8312a829e0d1b09099f1
|
File details
Details for the file pyAsciiEngine-0.0.5-py3-none-any.whl.
File metadata
- Download URL: pyAsciiEngine-0.0.5-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 |
c898bce5b879dde309f3c2391278514131a54decfae6f86ab9f34f5a6bf24d2d
|
|
| MD5 |
3c2281961fe570cd991a3b10aa53c55f
|
|
| BLAKE2b-256 |
93c8dc9d97e21d7268c4aae10436a581c1d0daf99e3d3c9c7de8f380a2f106e9
|