A thick ASCII art generator
Project description
Author: 3xboiz 2026 to 3026 All rights reserved by 3xboiz.
You are a senior Python package developer. I want you to create a full Python package named ascii-builder-z by author Pawan. Package requirements: The package module name must be az. It must generate thick ASCII art using characters █ ▓ ▒. It must support all letters A–Z and numbers 0–9. Output must be in the SAME ROW (horizontal ASCII text, not vertical). API must work like this: Copy code Python import az az.set.name.pawan = "PAWAN123" az.print("pawan") It must also support: Copy code Python az.print("HELLO") It must support: spacing control: az.set.space = 3 color control: az.set.color = "red" | "green" | "blue" | "yellow" Must avoid shadowing built-in print (use builtins.print). Provide FULL package code: az/init.py az/core.py az/ascii_map.py pyproject.toml Must give step-by-step Ubuntu/Termux terminal commands using ONLY: mkdir cat pip install . --upgrade No nano, no vim, no editors. Must include test file example test.py. Must explain errors and fixes. Output must be: ✔ Step-by-step ✔ Copy-paste ready ✔ Fully working ✔ Beginner friendly ✔ Production style Do NOT skip any file. Do NOT summarize. Generate full code
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 ascii_builder_z-0.1.0.tar.gz.
File metadata
- Download URL: ascii_builder_z-0.1.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7bfc64800fc3ae54198636a1699eaecfc084541b262a26195a55a4c9411bb0e4
|
|
| MD5 |
c41af8dd3bc4814f342deb1d3616bad0
|
|
| BLAKE2b-256 |
a43e2073c859a73ba30c3abd3ea7b3ce2a4008d1b818b1457297bf8e2c33fb36
|
File details
Details for the file ascii_builder_z-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ascii_builder_z-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e42f1d3c91b337c079f5916aae443eb56b019580a562efe17bdb9ab37b692179
|
|
| MD5 |
c176ded5c696de15eb599c0507d50934
|
|
| BLAKE2b-256 |
6e42cbeae68eca8d2cdff2f514137d3bf7a4ad201af82cde91d1ee143643da38
|