Articles

Affichage des articles du janvier, 2019

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

pyqt5 simple source code QcustomQWidget

Image
pyqt5 simple source code QcustomQWidget ( 2 line and one picture) item the source code is in this git repository (soon)

FreeTransfert v2.0 is comming

Image
FreeTransfert v2.0 is comming ... DOWNLOAD FROM HERE this the final product design ... for now this is the css style of the final form QToolButton { border:none; background:transparent; } #Form{ background:#a9a9a9; } QPushButton { background:#333; color:white; font-size:15px; font-weight:bold; border-radius:5px; } QLineEdit { color:#a5a5a5; font-size:25px; font-weight:bold; } #lineEdit { font-size:65px; } QGroupBox{ background:white; border:none; } #lineEdit_2 { font-size:40px; }

Make Youtube Video Downloader with Python in 5 minutes

Image
Make Youtube Video Downloader with Python in 5 minutes In this tutorial we have used pytube module. To install pytube module type below code to the console: $ pip install pytube also we have used python 3.6 and pycharm IDE. get_videos function is depricated and removed from this librrary !!!! to solve this issu visite this link : https://python-pytube.readthedocs.io/en/latest/user/quickstart.html#downloading-a-video this is an other demonstration of the same librarry and tkinter:

Coverter (Visual Studio) Using BunifuPy Library

Image
C# to Python(TKinter) Coverter (Visual Studio) Using BunifuPy Library BunifuPy Library allows you to design python TKinter GUI's Using Visual studio designer and converts them to python GUI files NB:: Its Currently a prototype version, Library will be available for free at http://www.bunifu.co.ke