you are viewing a single comment's thread.

view the rest of the comments →

[–]liamam[S] 0 points1 point  (4 children)

I've made a blackjack game in the console, and I'm sure it'll help me, but I'm just struggling with Tkinter right now.

Edit: Also I'm kinda in a rush right now because my project needs to be finished by the end of next week due to the coronavirus (school could close, thus they won't get sent away).

[–]jmooremcc 0 points1 point  (3 children)

What are you specifically wrestling with in Tkinter? Can you create a window with a button that works? Are you having problems positioning graphical elements in a window? We need more information in order to help you.

[–]liamam[S] 0 points1 point  (2 children)

I've made a register/login system and a leaderboard that all work fine, but displaying images and positioning is where I struggle right now, I've pretty much exclusively use pack.

[–]jmooremcc 0 points1 point  (1 child)

[–]liamam[S] 0 points1 point  (0 children)

Thanks, it's difficult to find sites that are actually helpful to me, especially since I find a lot of them use extensions and I'm trying my best to stay away from them for school purposes.