Posts

Socket programming with multiple clients and OpenCV in Python

Image

Python OCR GUI for various languages: PyQt5 tutorial - Part 08

Image
This tutorial is about creating a multi-language OCR GUI in PyQt5 in Python. We start from very basic gui in the Qt designer. We have tested various languages for image to text extraction process of pytesseract. These languages are tested for OCR: ARABIC, BENGALI, BULGARIAN, CHINESE(TRADITIONAL), CHINESE(SIMPLIFIED), DANISH, ENGLISH, FINNISH, FRENCH, GERMAN, GREEK, GUJRATI, HINDI, HUNGRARIAN, IGBO, ITALIAN, JAPANESE, KANNADA, KAZAKH, KHMER, KOREAN, LAO, MACEDONIAN, MALAYALAM, MARATHI, NEPALI, RUSSIAN, TURKISH, URDU. In this video you will learn: How to use OpenCV in PyQt5 GUI? How to use tesseract optical character recognition in PyQt5 GUI? How to use event filter in PyQt5 GUI? How to use Dock widget and Q Rubber band in PyQt5? How to Perform OCR on multiple languages? How to make use of .ui file without converting it to .py file? Link to tesseract-OCR: https://github.com/UB-Mannheim/tesseract/wiki Link to Free PyShine (audio + video) Screen Recorder: https://youtu.be/j...

Drag and Drop CSV file on Matplotlib based PyQt5 GUI : PyQt5 tutorial - ...

Image
The video is part 07 of PyQt5 GUI learning series. It contains instructions to make Drag and Drop based csv file data plotting application. All columns of the data will be plotted and the header of each column will be labeled in the legend. The legend is draggable. Various themes are added to the Combo box widget. A user can select any theme for the plot. In this way, you will learn how to use PyQt5 designer to make GUI with combo box, properly selecting horizontal and vertical spacing, and the layouts. This application is very useful in generating rapid plots for various time series data as well. In addition to that we use super() function to parent the previous main window class on this new class and added more functionality to it. Basic GUI design: PyQt5 tutorial - Part 01: https://youtu.be/ORaBSFhh13A Adding Widgets to GUI: PyQt5 tutorial - Part 02: https://youtu.be/Vz0s-w4hksY Control GUI Widgets: PyQt5 tutorial - Part 03: https://youtu.be/co4ymeb3FRc Calculator GUI: PyQt5 ...

Matplotlib and PyQt5: PyQt5 tutorial - Part 06

Image
Embeda Matplotlib in PyQt5. The video is part 06 of PyQt5 GUI learning series. It contains instructions to make a csv file data plotting application. All columns of the data will be plotted and the header of each column will be labeled in the legend. The legend is draggable. Various themes are added to the Combo box widget. A user can select any theme for the plot. In this way, you will learn how to use PyQt5 designer to make GUI with combo box, properly selecting horizontal and vertical spacing, and the layouts. This application is very useful in generating rapid plots for various time series data as well. Basic GUI design: PyQt5 tutorial - Part 01: https://youtu.be/ORaBSFhh13A Adding Widgets to GUI: PyQt5 tutorial - Part 02: https://youtu.be/Vz0s-w4hksY Control GUI Widgets: PyQt5 tutorial - Part 03: https://youtu.be/co4ymeb3FRc Calculator GUI: PyQt5 tutorial - Part 04: https://youtu.be/c29ejbtzM3c OpenCV and PyQt5: PyQt5 tutorial - Part 05: https://youtu.be/DLJM7o0B8zk Code:...

OpenCV and PyQt5: PyQt5 tutorial - Part 05

Image
How to make an OpenCv GUI in Python. The video is part 05 of PyQt5 GUI learning series. This video contains instructions to make a basic photo editing application in Python. The concept of MVC or Model View Controller is implemented with explanation. Part 01 of PyQt5 learning series: https://youtu.be/ORaBSFhh13A Part 02 of PyQt5 learning series: https://youtu.be/Vz0s-w4hksY Part 03 of PyQt5 learning series: https://youtu.be/co4ymeb3FRc Part 04 of PyQt5 learning series: https://youtu.be/c29ejbtzM3c Code:  https://pyshine.com/Make-GUI-for-OpenCv-And-PyQt5/ Python installation: https://youtu.be/71oXpvx8CsU PyQt5 and other useful installations: https://youtu.be/jLzLNRK72KI OpenCV installation: https://youtu.be/iZKVFwez260 Music: https://www.bensound.com

Calculator GUI: PyQt5 tutorial - Part 04

Image
How to make a calculator in Python. The video is part 04 of PyQt5 GUI learning series in Python. This video contains instructions to make a basic calculator in Python.