Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
printing a ✔
#7
It all depends on how it is run. If stdout (where printed characters go) goes to a terminal that understands how to print the checkmark, a checkmark will appear. If this is a program people will be running from CMD, they will see the question mark. If people run the program by double clicking the exe, they don't see anything, so it doesn't really matter.

If you turn this into a GUI application you don't have to worry about things like what terminal is used to run my program. That is a lot of work just to make a green checkmark appear, but it is something to consider.
Reply


Messages In This Thread
printing a ✔ - by julio2000 - Apr-16-2020, 12:41 PM
RE: printing a ✔ - by deanhystad - Apr-16-2020, 01:48 PM
RE: printing a ✔ - by julio2000 - Apr-16-2020, 02:59 PM
RE: printing a ✔ - by deanhystad - Apr-16-2020, 03:39 PM
RE: printing a ✔ - by snippsat - Apr-16-2020, 03:42 PM
RE: printing a ✔ - by julio2000 - Apr-16-2020, 04:08 PM
RE: printing a ✔ - by deanhystad - Apr-16-2020, 04:19 PM
RE: printing a ✔ - by julio2000 - Apr-16-2020, 04:43 PM
RE: printing a ✔ - by pframe - Apr-16-2020, 10:04 PM
RE: printing a ✔ - by deanhystad - Apr-16-2020, 10:45 PM
RE: printing a ✔ - by julio2000 - Apr-17-2020, 11:08 AM
RE: printing a ✔ - by TomToad - Apr-17-2020, 01:16 PM
RE: printing a ✔ - by pframe - Apr-17-2020, 04:23 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020