Relative Content

Tag Archive for pythontkinterinfinite-loopcustomtkinter

I get into infinite loop using tkinter while waiting for users entry

Im working on my final project for my CS50P and i decided to make an game, GUESS THE SONG, using spotify api. User should on start page insert a link of public playlist(that part isnt done yet), and game should show track cover image and name of the song, and user should guess the artist. Program choose 5 random songs from playlist and it should display it one by one after guessing (app show cover and name of the song, user try to guess, program goes to the next song until it reach the end). In class GamePage, method playing, idk how to create my while part, how to wait for users input and then switch to another song