Do anyone know how to make chat bubbles?

Do anyone know how to make chat bubbles?
12 Replies
Dumb Bird
Dumb Bird7mo ago
Have any example of what a chat bubble is supposed to look like?
Hashy
HashyOP7mo ago
Kind of like this
Hashy
HashyOP7mo ago
No description
Dumb Bird
Dumb Bird7mo ago
Ah I see. Well tomorrow I will have some time to install and mess with PyQt and try and give you some example code
Hashy
HashyOP7mo ago
Thank you!
tommieboy123OWO
tommieboy123OWO7mo ago
how do i do basic math like x and + in python for some reason i just dont know and i cant find it online
Dumb Bird
Dumb Bird7mo ago
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
1 + 2 # 3
3 * 4 # 12
1 + 2 # 3
3 * 4 # 12
Seems you can use a ListView and style the items inside.
tommieboy123OWO
tommieboy123OWO7mo ago
i havnt done python for to long, how do you make a typing space like in batch set/p?
Dumb Bird
Dumb Bird7mo ago
input("prompt here")
tommieboy123OWO
tommieboy123OWO7mo ago
can i make it that it sets a variable? or does a certain action
Dumb Bird
Dumb Bird7mo ago
input_text = input("prompt here") For making it do actions use if statements
tommieboy123OWO
tommieboy123OWO7mo ago
rhx thx

Did you find this page helpful?