printing large characters

  • Thread starter Fernando Armenta
  • Start date
F

Fernando Armenta

Hello,

I am trying to do a print a message statment with a Large fonts/Characters 46-56. How can you do that in python. Also, if I want to flash on/off the message there is a way to do it?
Thanks..everyone on this list rocks helping those new comers to Python...

-F
 
P

Peter Abel

Fernando Armenta said:
SGVsbG8sDQogDQpJIGFtIHRyeWluZyB0byBkbyBhIHByaW50IGEgbWVzc2FnZSBzdGF0bWVudCB3
aXRoIGEgTGFyZ2UgZm9udHMvQ2hhcmFjdGVycyA0Ni01Ni4gIEhvdyBjYW4geW91IGRvIHRoYXQg
aW4gcHl0aG9uLiAgQWxzbywgaWYgSSB3YW50IHRvIGZsYXNoIG9uL29mZiB0aGUgbWVzc2FnZSB0
aGVyZSBpcyBhIHdheSB0byBkbyBpdD8NClRoYW5rcy4uZXZlcnlvbmUgb24gdGhpcyBsaXN0IHJv
Y2tzIGhlbHBpbmcgdGhvc2UgbmV3IGNvbWVycyB0byBQeXRob24uLi4NCiANCi1GDQogDQo=

And why do you try to print your message in base64.endcoded format ??

Peter
 
B

Bengt Richter

SGVsbG8sDQogDQpJIGFtIHRyeWluZyB0byBkbyBhIHByaW50IGEgbWVzc2FnZSBzdGF0bWVudCB3
aXRoIGEgTGFyZ2UgZm9udHMvQ2hhcmFjdGVycyA0Ni01Ni4gIEhvdyBjYW4geW91IGRvIHRoYXQg
aW4gcHl0aG9uLiAgQWxzbywgaWYgSSB3YW50IHRvIGZsYXNoIG9uL29mZiB0aGUgbWVzc2FnZSB0
aGVyZSBpcyBhIHdheSB0byBkbyBpdD8NClRoYW5rcy4uZXZlcnlvbmUgb24gdGhpcyBsaXN0IHJv
Y2tzIGhlbHBpbmcgdGhvc2UgbmV3IGNvbWVycyB0byBQeXRob24uLi4NCiANCi1GDQogDQo=
Why are you posting base_64 (decoded below) ?

"""
Hello,

I am trying to do a print a message statment with a Large fonts/Characters 46-56.
How can you do that in python. Also, if I want to flash on/off the message there
is a way to do it?

Thanks..everyone on this list rocks helping those new comers to Python...

-F
"""

What do you mean by "Large fonts/Characters 46-56" ?

What do you want to "print" on? Console window, Tkinter graphics window, an
actual printer for paper hardcopy? Need a little more information & ordinary
text would be more convenient ;-)

Regards,
Bengt Richter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,164
Messages
2,570,898
Members
47,440
Latest member
YoungBorel

Latest Threads

Top