-
|
I was trying everything, but i am unable to create one line panel kitten which runs a python program which outputs one line only. i need two lines, the second line is empty with a cursor, and first line shows the one line output. when kitten has one line only, it shows the cursor only. i want to save space on the monitor and i desperately need to understand how can i make it one-liner kitten - please help :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
The very first example on the panel documentation page shows you a
single line panel.
|
Beta Was this translation helpful? Give feedback.
-
|
it's not written in python, but it helped me to discover an unknown python print option, which works indeed!
|
Beta Was this translation helpful? Give feedback.
it's not written in python, but it helped me to discover an unknown python print option, which works indeed!
print("\n\n\nHello", end=" ")