• 0

simple python app


Question

Hey guys I have 5 variables in python script like so

ONE = 1

TWO = 2

And so on and I can print them like

Print ONE;

Print TWO;

All easy so far how can I put a png image in the middle of the screen and have the 5 variable around the image, how cange the background colour, font colour ect

Im using a raspberry pi in command prompt mode and I would like not to use xstart or any gui just basic layouts

Thanks all

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

I'm confused. You say you are using the command prompt but want to display a png image there? Command prompts are purely text-based UIs.

 

If you're designing a graphical user interface then please state what toolkit you are using.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.