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…
import csv import pandas as pd df=pd.read_csv("C:\\Users\\joga\\OneDrive\\Desktop\\Project.csv") while True: pri…
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…
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…
In this post we are going to make a alarm clock ⏰ using Python. We need to install Tkinter, Datetime, Winsound, Time, Daterime…
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 …
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…
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…
In this post, we are going to make a program in which we play our full music directory from a single click we need to install…
In this post we will make a application that will download our YouTube Videos from Python This application will download any Y…
In this post, we are going to make a project of CBSE Class 12 IP. In this project, we need the help of Pandas and the NumPy l…
In this post we are going to study what is Python Tokens, Use of Python Tokents, Different type of Python Tokens, Etc. Tokens …
In this post, we are going to make a project of CBSE Class 12 IP. In this project, we need the help of Pandas and the NumPy lib…
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…
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…
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…
In this post we are going to make a Speech Recognition. Speech Recognition helps in various applications like Home Automation,…
Making Doraemon With Python Turtle Doraemon Code from turtle import * # Doraemon with Python Turtle def ankur(x, y): …
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…
In this post we are going to make Charts in Python using matplotlib & pandas. If you don't know what is matplotlib don&…
In this we are going to create Dataframe from List To List with help of Pandas. If you don't know what is Pandas and how to …