Posts

Showing posts from March, 2021

Python project class 12 cbse

Image
YOU WOULD BE FAMILIAR WITH THESE ATTENDANCE REGISTERS WHICH ARE CARRIED BY SCHOOL TEACHERS. Although these are trouble for those who bunk classes but still....... Practically and honestly speaking, we make school project to please teacher and gain marks. Nothing would be better than gifting a digital attendance register !! It will save trees and time of teachers. So I had idea to make digital attendance register with python. Let's get started......... step1: open command promt as administrator step 2: type "pip install pyttsx3.drivers.sapi5" and hit enter. Wait for it to complete. pyttsx3 is a module to convert text to speech and is used here to make the program interactive. step3: open idle where you are going to write script of program. step4: copy and paste the following code: #------------modules to be used in file name--------------------- import pyttsx3 import datetime as dt ...