Posts

Creating Dynamic Apps with Qt-Generator and Python

Image
Creating Dynamic Apps with Qt-Generator and Python Introduction: Welcome to the world of dynamic GUI development with Qt-Generator and Python! In this blog, we'll explore the powerful features of Qt-Generator and how you can create visually stunning applications with ease. 1. Introducing Qt-Generator: Qt-Generator simplifies the process of GUI development by generating Python code based on UI description files. With its help, you can focus more on functionality while achieving a polished user interface. 2. Getting Started with Qt Designer: Qt Designer is a visual editor that allows you to design user interfaces using a drag-and-drop interface. Get familiar with Qt Designer to unleash your creativity and bring your UI ideas to life. Install Python 3.7 or later from www.python.org and then install these modules using CMD.     Open CMD with clicking Windows icon and searc

Make flask website at google colab - PART 4 - Applying CSS and JavaScript

Image
This video is helpful for learning in "Applying custom and bootstrap CSS and JS into flask applications." watch video to learn. https://youtu.be/Xkdf4Df94tU #css #learning #javascript #python #flask #googlecolab #stylesheet #tutorial #video

How to Show Current Date and Time on Your Website?

Image
Hello Friends! Today, We're sharing you the way, you can show current date and time on your website for any location in the world. See the Demo. Current Time in Ranchi (India) Go to 24timezones.com   and search for the location you want code for, and that's it.  Set some parameters like  Country/city , language, your website and click on        GetCode     Button. Copy and paste given code to your website. Done! You can also try from below iframe of same website.  

Image to Sketch Converter App Using Python || OpenCV + PyQt5

Image
Hi Guys! Today in this blog, we're going to talk about Image to Sketch Convertion using Python Programming Language. So let's go into dip of it.  Project Requirements Python 3.x ( python.org ) PyQt5 (pip install pyqt5) OpenCV (pip install opencv-python) Numpy (pip install numpy) And off course a little bit of your knowledge in python programming language 😄 Project Files Hiararchy Image2Sketch  │ main.py  │ ImgDDLabel.py  │ sketcher.py  │ window.ui  │   └───Sketches                      sketch-04-09-22-13-52-11.png                      sketch-04-09-22-13-53-15.png Python file - main.py is the main file or app module which you have to run. Open any Python IDE like visual studio, Pycharm, Spider, Annaconda or my favourite Google Colab. you can also use Python IDLE for lightweight use. After opening your desired IDE, open main.py into it and run. main.py Code will look like this: main.py 1 2

How to make image drag drop system in pyqt5 | CID Python Gui Tutorials

Image
This tutorial is about making image drag drop system in pyqt5 or pyside window. with using this concept, you can drag and drop any image file in your application window and use in whatever way you want. With this concept, you can easily make file such as txt files,pdf files,docs files etc. drag drop system too. Watch and enjoy the video.

tkinter Font Dialog Box | make font chooser dialog in tkinter | python...

Image

Full app development course with live real example | Python | PyQt5 | In...

Image