Python Projects

Office Management in Python Project

import csv import pandas as pd df=pd.read_csv("C:\\Users\\joga\\OneDrive\\Desktop\\Project.csv") while True: pri…

Hotel Management Project In Python

In this post, we are going to make a Project on Hotel Management. This project is for Class XII for the CBSE Project File. Sof…

How To Record Screen Using Python

In this post, we are going to make a Screen Recorder using Python. We need to install a few modules If you don't know how to…

How To Make Alarm Clock Using Python

In this post we are going to make a alarm clock ⏰ using Python. We need to install Tkinter, Datetime, Winsound, Time, Daterime…

How To Make Digital Clock In Python

In this post we are going to make a digital clock with Python, we need to install tkinter, time (time is pre installed in your …

How To Make Typing Speed Test In Python

In this post, we are going to make the typing speed test using Python. We need to install the tkinter and timeit if you don&#…

How To Find Location Using Phone Numbers

In this post, we are going to make a program that helps us to find the location of the phone numbers using Python. Firstly nee…

Revision Of Python Basics - Python Tokens

In this post we are going to study what is Python Tokens, Use of Python Tokents, Different type of Python Tokens, Etc. Tokens …

How To Check Current Time Using Python

In this post we are going to learn how we can check the time using Python. In this program, we do not install any module because…

How To Open Any Website Using Python

In this post we are going to Open a website with the help of webbrowser. The webbrowser is a module in Python, which help us t…

How To Make Voice Recorder In Python

In this post we are going to make a Voice Recorder in Python. We need to install some Modules. If you don't know how to inst…

How To Place Speech Recognition In Python

In this post we are going to make a Speech Recognition. Speech Recognition helps in various applications like Home Automation,…

How To Convert Python Files In .EXE

In this post we are going to convert your Python File into .exe file. We need to install pyinstaller . If you don't know h…

How To Create Charts In Python

In this post we are going to make Charts in Python using matplotlib & pandas. If you don't know what is matplotlib don&…

Load More
That is All