How to toggle buttons in python 3? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to toggle buttons in python 3?

Hello every one! I'm working on a media player in python 3.x. I want to toggle b/w play pause button. I mean when song is playing it should show pause button and when it is paused it should show play button. So can anyone help me! Many thanks, Zain

26th May 2017, 7:13 AM
Zain Ul Abidin
Zain Ul Abidin - avatar
1 Answer
+ 2
There is a package for Python - PyQt. It does making windows apps easier. Read the documentation and some tutorials bout it. Cheers!
26th May 2017, 10:42 AM
__doma__
__doma__ - avatar