12 Replies
Have any example of what a chat bubble is supposed to look like?
Kind of like this

Ah I see. Well tomorrow I will have some time to install and mess with PyQt and try and give you some example code
Thank you!
how do i do basic math like x and + in python for some reason i just dont know and i cant find it online
I will look into it now sorry. Yesterday was hectic but I have the day off today
Multiplication and division?
Well multiplication in higher levels of math is represented by an asterisks
And addition is still represented by the cross
Seems you can use a ListView and style the items inside.
i havnt done python for to long, how do you make a typing space like in batch set/p?
input("prompt here")
can i make it that it sets a variable? or does a certain action
input_text = input("prompt here")
For making it do actions use if statementsrhx
thx