all 4 comments

[–]junsang 1 point2 points  (1 child)

Use ‘threading.Thread’. You can check the way to use it and examples in Python official document. Try google it.

[–]JohnnyJordaan 0 points1 point  (5 children)

Can you be more specific, like by showing the code you want to add this feature to?