#pyqt5Unmoderated tagAll postsTrending CommunitiesNewcomers' CommunitySteemitCryptoAcademySteemit Feedbackআমার বাংলা ব্লগKorea • 한국 • KR • KOSTEEM CN/中文Comunidad LatinaSteem POD TeamAVLE 일상Steem AllianceTron Fan ClubWORLD OF XPILARExplore Communities...#pyqt5TrendingHotNewPayoutsMutedcodemy (64)in #programming • 3 years agoBlackjack Five Card Win - PyQt5 GUI Thursdays #53In this video we'll fix the five card win problem for our blackjack game with PyQt5 and Python. In Blackjack, if you…codemy (64)in #python • 3 years agoBlackjack Player Stand And Dealer Hit - PyQt5 GUI Thursdays #52In this video we'll work on the Stand Function for the Player and Deal out more cards for the Dealer. After the…codemy (64)in #pyqt5 • 3 years agoBlackjack Convert Aces To One Point - PyQt5 GUI Thursdays #51In this video I'll show you how to convert aces from 11 to 1 for our Blackjack game with Pyqt5 and Python. In…codemy (64)in #coding • 3 years agoBlackjack Hit Me - PyQt5 GUI Thursdays #50In this video I'll show you how to add the "Hit Me" function for our Blackjack game with Tkinter and Python. We want…codemy (64)in #diy • 3 years agoPush Blackjack Tie - PyQt5 GUI Thursdays #49In this video I'll show you how to determine if there's a tie or push when the game first starts. In Blackjack, when…codemy (64)in #programming • 3 years agoCheck For Blackjack - PyQt5 GUI Thursdays #48In this video we'll check for Blackjack when the game starts. When the cards are first dealt, if either player has…codemy (64)in #python • 3 years agoBuild A Blackjack Card Game - PyQt5 GUI Thursdays #47In this video I'll show you how to build a blackjack game for PyQT5 and Python. We'll take the code from a couple…codemy (64)in #pyqt5 • 3 years agoCreate The Card Game "War" - PyQt5 GUI Thursdays #46In this video I'll show you how to create the card game "War" for PyQT5 and Python. War is a basic card game where…codemy (64)in #coding • 3 years agoCreate And Deal A Deck Of Cards - PyQt5 GUI Thursdays #45In this video I'll show you how to create a deck of cards with images for PyQt5 and Python. After we create our deck…codemy (64)in #diy • 3 years agoBind Text Box Text To Label - PyQt5 GUI Thursdays #44In this video I'll show you how to bind text from a text box to a label with PyQt5 and Python. What we want is to…codemy (64)in #programming • 3 years agoHow To Hide or Show Widgets From GUI - PyQt5 GUI Thursdays #42In this video I'll show you how to hide and unhide widgets with PyQT5 and Python. We'll create a simple GUI in the…codemy (64)in #python • 3 years agoAdd Text To Images With Pillow - PyQt5 GUI Thursdays #41In this video I'll show you how to add text to images in PyQT5 using Pillow and Python. Adding text to images is…codemy (64)in #pyqt5 • 3 years agoVertical Sliders - PyQt5 GUI Thursdays #41In this video I'll show you how to use vertical sliders in your PyQT5 app. We'll create the gui using the PyQT5…codemy (64)in #coding • 3 years agoHorizontal Sliders - PyQt5 GUI Thursdays #40In this video I'll show you how to use horizontal sliders in your PyQT5 app. We'll create the gui using the PyQT5…codemy (64)in #diy • 3 years agoHow To Add Text To Speech - PyQt5 GUI Thursdays #39In this video we'll add text to speech capabilities to our translation app with Pyqt5 and Python. In the last video…codemy (64)in #programming • 3 years agoLanguage Translation App! - PyQt5 GUI Thursdays #38In this video we'll create a cool language translator app for PyQT5and Python! It's easy to grab a list of languages…codemy (64)in #python • 3 years agoHover and Focus Effects For Forms and Buttons - PyQt5 GUI Thursdays #37In this video we'll style our forms and buttons with the Focus and Hover effects using CSS Stylesheets with PyQT5 and…codemy (64)in #pyqt5 • 3 years agoMultiple Windows Inside Your App - PyQt5 GUI Thursdays #36In this video we'll add multiple windows inside our PyQT5 app with the QMDIArea Widget! In this video we'll create a…codemy (64)in #coding • 3 years agoCreate An LCD Clock - PyQt5 GUI Thursdays #35In this video we'll build an LCD Clock that automatically updates every second using PyQT5 and Python. We'll use the…codemy (64)in #diy • 3 years agoHow To Use The Calendar Widget - PyQt5 GUI Thursdays #34In this video I'll show you how to use the Calendar widget with PyQT5 and Python. The Calendar widget is built into…