Posts

Showing posts from September, 2022

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