Skip to content

Latest commit

 

History

History
 
 

Khata Book Management System

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

KhataBook

Aim

  • To help the local shopkeeprs to manage the credits of customers.

Purpose

  • Is to serve a fully automated software to handle the credits.

Short Discription

This is an UI based Credit Management System App . This Will Manage credits of customers for local shops . As we know in India the credit system is very useful and this will help the shopkeepers to manage their shops. They can manage the customer profiles by just their Id they can perform Multiple Operations Such As

  • Add Customer Data
  • update The Data
  • Delete The Data
  • To show All remaining credits.

Setup Discription

you need to install following libraries to run this python program in cmd

pip install mysql.connector
pip install tkinter
pip install speech_recognitio
pip install pyttsx3

Compilation Steps

You Need to install the Mysql server and create a database named kbbokand Or Just copy the following command

create database kbook;

change the paasword in khata_book.py at line 19

Now you are good to go just Run khata_book.py

The UI Looks Like This

To Insert The Record Use This

To Acces Particular Customer Data

To Show All remaining Money

Author