asciitext

Ascii Text allows you to print large ASCII fonts for the console and for the web

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:24

Installation

nimble install asciitext
choosenim install asciitext
git clone https://github.com/Himujjal/asciitextNim

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
asciitext - - - - - - -

Source

Repository https://github.com/Himujjal/asciitextNim
Homepage https://github.com/Himujjal/asciitextNim
Registry Source nimble_official

README

ASCIITEXT - Large ASCII Text in Nim

Prints ASCII values as large fonts.

Use it in CLI or Web or as a string

Installation

nimble install asciitext

API

Use the function

import asciiText

echo asciiText("23h 23m 0s")

#[
Prints:
 _____   _____   _   _        _____   _____       ___  ___        _____   _____
/___  \ |___  | | | | |      /___  \ |___  |     /   |/   |      /  _  \ /  ___/
 ___| |    _| | | |_| |       ___| |    _| |    / /|   /| |      | | | | | |___
/  ___/   |_  { |  _  |      /  ___/   |_  {   / / |__/ | |      | |/| | \___  \
| |___   ___| | | | | |      | |___   ___| |  / /       | |      | |_| |  ___| |
|_____| |_____/ |_| |_|      |_____| |_____/ /_/        |_|      \_____/ /_____/
]#

Change Styles

Use the enum textStyle to change style:

Currently there are only two styles present. textStyle1 which gives you a string with small Ascii letters. textStyle2 which gives you a string with large Ascii letters as shown above