Tag: Python Project
Cartoonify an Image Using OpenCV-Python
Last updated on 30th May 2021 by [email protected] | Category: Python Tutorial
Cartoons are something that everyone likes whether you are a child of 10 years or an adult of 40 years. What if I tell you, it’s possible to cartoonify an image of yours all by yourself by just writing a few lines of python code, wouldn’t it be awesome. Let’s get started. Cartoonify an Image […]
Blurring an Image Using OpenCV-Python
Last updated on 23rd May 2021 by [email protected] | Category: Python Tutorial
Hi there, today we will be talking about something interesting as well as simple : How to Blur an Image Using OpenCV module in Python. An image has many features (for example:- edge, contrast etc.). A blurred image is really smooth that means the edges are not observed here. Blurring an image has many benefits […]
Display Images in Tkinter Using Labels
Last updated on 23rd May 2021 by [email protected] | Category: Python Tutorial
Before understanding how to display images in Tkinter using labels? Let’s have a sneak peek about Python GUI first. In python there are various methods for creating graphical user interfaces (GUIs). Most Common used are:- Tkinter – It is Python Standard GUI Framework, open source and simple. Kivy – It is open source, supports multiple […]
How to Create Your Own Voice Recorder Using Python
Last updated on 20th May 2021 by [email protected] | Category: Python Tutorial
Voice recorders are used by many people for many purposes like: for recording songs, recitations and many more. But finding the perfect voice recorder may be difficult. So why not build our own voice recorder . A few lines of code can be used to make our own voice recorder. So let’s get started right […]
How to Get Phone Number Information Using Python
Last updated on 20th May 2021 by [email protected] | Category: Python Tutorial
Hi there, today we will be talking about something which is very interesting as well as simple: Getting phone number information using Python. A few lines of code can be used to get all the information. So let’s get started right away. Phone Number Information Project Requirements: Basic knowledge of python(Learn Python Tutorial) . We […]
Desktop Battery Percentage Notifier using Python
Last updated on 9th May 2021 by [email protected] | Category: Python Tutorial
Hi there, today we will be talking about something which is very interesting as well as simple: Create a desktop notifier using Python and for better understanding we will make a desktop battery percentage notifier using python. A few lines of code help to develop this notifier. So ,let’s get started right away. Python Battery […]