Articles

G-Kanban (Addon for Godot) Devlog #1

Image
waooo just desktop app made by godot !!!

Let’s get started with Buildozer!

  buildozer quickstart Create a  buildozer.spec  file, with: buildozer init Start a Android/debug build with: buildozer - v android debug Run my application buildozer android deploy run logcat

Static web publishing for Front-End Developers

Image
  Static web publishing for  Front-End Developers n p m i n s t a l l - - g l o b a l s u r g e # In your project directory, just run… $ s u r g e

Python UI application with Qt designer #4 (Widget List)

Image
Python UI application with Qt designer #4 (Widget List) from this playlist          Python UI applications with PyQt5 and QT

Create a Graphical User Interface (GUI) in PyQt5 and Python

Image
Create a Graphical User Interface (GUI) in PyQt5 and Python https://www.youtube.com/playlist?list=PLQWV7MsbY0CU3BRt7o3DNAEpS6FsDPUH4 the first video in this playslit :

PyQt5 Display image

Image
PyQt5 Display image  Download  Code Source Here snippet :          def displayImage1 ( self ):          self .imagePath1= "cute_girl1.png"          self .image1=QtGui.QImage( self .imagePath1)          self .pixmap1=QtGui.QPixmap.fromImage( self .image1)          self .label.setPixmap( self .pixmap1)          self .label.setScaledContents( True )

PyQt5 exmemple create QPushButton

Image
PyQt5 exmemple create QPushButton S ource Code Here