another_gnu_user d95b43482c Minor fixes 6 years ago
..
ASCII_alphabet.txt b6579d23fc First version of a program 6 years ago
LICENSE efe0ab2501 Directory of the first program 6 years ago
README.md b6579d23fc First version of a program 6 years ago
file_IO.py d95b43482c Minor fixes 6 years ago

README.md

This program is free software: you can redistribute it and/or modify

it under the terms of the GNU General Public License as published by

the Free Software Foundation, either version 3 of the License, or

(at your option) any later version.

####

This program is distributed in the hope that it will be useful,

but WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

GNU General Public License for more details.

####

You should have received a copy of the GNU General Public License

along with this program. If not, see http://www.gnu.org/licenses/.

This is a primitive "ASCII art" text generator that operates in Python shell. Only alphabet letters and spaces are recognized, no numerals or punctuation marks yet.

"ASCII art" characters are stored in ASCII_alphabet.txt file. You can either use that file or make your own. The program will work with modified alphabet files as long as the characters in alphabet file are square shaped, and alphabet file structure is maintained, in other words italic shaped "fonts" would not work.

output0.txt file is for debuging your own alphabet file.

Requirements:

Python version 3 or later.