Posts

Heart Attack Predication system using python (GUI) with source code

Image
  In this tutorial, you will learn to create a heart attack predication system with an mysql database using python. it is a completely GUI Tkinter project. This tool is mainly created for medical sector , to analyses and save the data in text form. It is hard to manage Data. Even we have to waste too much time, for finding data on a particular person. So I thought to design this machine learning project using python, it is a completely gui project so easy to handle. And even you can find any data in very basic steps. This project is best for final year project . First time on internet Let's See How it went work! So it is a Heart disease predication system created in python. It is an advanced machine learning predication system using python in which you can save data with a result, and even there is the option to analyze and save data, which makes it super cool 😎 . If I talk about databases we have used MySQL database to save our data, so that it is easy to manage and we can ...

Track Phone Number Location Using Python - GUI Tkinter Project

Image
In this post we will discuss how to create a GUI software with the help of which we can track phone number location.it is completely GUI Tkinter Project. We have used phonenumbers, timezonefinder, geopy.geocoders, datetime, and pytz to crete this tool. with the help of this tool you can find country(city name) , sim, timezone  , phone time , longitude and latitude . and even you add many other features in it. #import  module  from tkinter import * import phonenumbers from phonenumbers import carrier from phonenumbers import geocoder from phonenumbers import timezone from timezonefinder import TimezoneFinder from geopy.geocoders import Nominatim from datetime import datetime import pytz Contact to get complete code of this project 📩. YouTube: https://www.youtube.com/channel/UCJ2VzaGLrJk1JXGXE21hsQQ Instagram :https://www.instagram.com/pct_parvatcomputertechnology/

How to Create a Simple Calculator Using Python | GUI Tkinter Project

Image
In this python project tutorial, we are creating a simple calculator using python. It is completely gui tkinter project. The main purpose of creating this project is , to get idea how it work ,then you can simply develop your own calculator with new and advance features. "Calculator provides simple and advanced mathematical functions in a beautifully designed app. • Perform basic calculations such as addition, subtraction, multiplication and division. • Do scientific operations such as trigonometric, logarithmic and exponential functions." I will show you how to this tool in Python with Tkinter. TKinter comes with Python already, so there's nothing to install! Tkinter is the standard GUI library for Python. Python when combined with Tkinter provides a fast and easy way to create GUI applications. #Python #pythonprojects #calculator Don't forget to like subscribe and share my channel and for future videos press bell icon. Check Our Other Python Projects...

QrCode Generator | Create your Own Scan Plate using python | Gui Tkinter...

Image
In this video, you will learn to create your own scan pad using python. For this, we will create a Qrcode generator using Tkinter. First of all, we will convert the link to QR then with the help of photoshop we will design our Social media Scan plate. Let's take an example of how it will work. Create a scan plate of your YouTube channel, and then place it on your desk. so that people can simply scan and subscribe to your channel. It will directly open your channel easily and effectively. Not only this, but you can also use this project to send secret messages, files, links, and guys we are programmers, we have 100 ways to use anything. All the best to all python programmers, create your own scan plates and then tag me in. I will surely respond to it. #Python #pythonprojects #qrcode If you enjoy the video then please do 👍like and subscribe and for future videos press bell icon. Thankyou Check Our Other Python Projects: ▶Digital Clock Using Python | Creating clock in Pytho...

How to Create Countdown Timer Using Python | Tkinter Python Project

Image
Hii python programmers in this tutorial we are creating a timer using python, it is a completely GUI Tkinter project. It contains current time, entry boxes to enter hours minutes, and sec, it is also containing the default timing button-which is specially designed in photoshop to give it a unique and awesome look. This advanced Tkinter project idea is taken from the android timer app. you can also use this tool as an alarm clock , by setting time. Guys these button links are given below, you can simply download and use, no need to create. If you want to create your own buttons, with different tasks and timing, you can simply create. Image size is given in the tutorial. Requirement: 🔥Tkinter: Tkinter is the standard GUI library for Python. Python when combined with Tkinter provides a fast and easy way to create GUI applications 🔥Playsound: Pure Python, cross platform, single function module with no dependencies for playing sounds. command to install playsound "pip install play...

How to Create Internet Speedtest App Using Python | Python Tkinter Project

Image
In this video we are going to make a Internet speed checker using python. It is a completely gui tkinter project. We will use speedtest-cli ,to create this project. Required modules: " pip install speedtest-cli " Download images: https://drive.google.com/drive/folder... Speedtest measures the speed between your device and a test server, using your device's internet connection. With the help of this tool you can simply check downloading speed ,uploading speed and ping. This tool is created in such way that you can use it as your project. #python #pythonprojects #tkinter #pythonproject #internetspeedtest #internetspeedtestapp #speedtest Search Related to : * Build a internet speed checker app with Python and Tkinter * Internet speed test using python | python project * How to do internet speed test using python * Internet Speed Test GUI Application using Python * How to check speed using python | gui project * create advance gui project in python | python t...

Text To Speech Using Python | GUI Tkinter Project

Image
How to make a text to speech converter in python. In this video we are going to make advance text to speech converter. It is a completely gui tkinter project. I am calling it advance project because, it can do multiple works. You can simply change voice ,you can also change speed of speech and with playing ,you can save also. Download images: https://drive.google.com/drive/folder... Text-to-speech (TTS) is a type of assistive technology that reads digital text aloud. It's sometimes called “read aloud” technology. TTS can take words on a computer or other digital device and convert them into audio. People with visual and reading impairments were the early adopters of TTS. It makes sense: TTS eases the internet experience for the 1 out of 5 people who have dyslexia, low literacy readers and others with learning disabilities by removing the stress of reading and presenting information in an optimal format Required modules: pip install pyttsx3 #pythonprojects #tkinter #TextTo...