Skip to content

Commit cc995c5

Browse files
Update README.md
1 parent ba0508e commit cc995c5

File tree

1 file changed

+19
-1
lines changed
  • GUIScripts/Khata Book Management System

1 file changed

+19
-1
lines changed

GUIScripts/Khata Book Management System/README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,29 @@
11
# KhataBook
22

3+
## Aim
4+
* To help the local shopkeeprs to manage the credits of customers.
5+
6+
7+
## Short Discription
38
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
49

510
* Add Customer Data
611
* update The Data
712
* Delete The Data
813
* To show All remaining credits.
914

15+
## Setup Discription
16+
### you need to install following libraries to run this python program in cmd
17+
```
18+
pip install mysql.connector
19+
pip install tkinter
20+
pip install speech_recognitio
21+
pip install pyttsx3
22+
23+
```
24+
## Compilation Steps
25+
You Need to install the Mysql server and create a database named kbbokand change the paasword in khata_book.py at line 19
26+
1027
## The UI Looks Like This
1128
<img src="https://github.com/Knighthawk-Leo/Awesome_Python_Scripts/blob/Knighthawk-Leo-patch-1/GUIScripts/Khata%20Book%20Management%20System/Images/khata.jpg">
1229

@@ -21,4 +38,5 @@ This is an UI based Credit Management System App . This Will Manage credits of c
2138

2239

2340

24-
# Thankyou For Reviewing It.
41+
# Author
42+
## <a href="https://github.com/Knighthawk-Leo">Sanskar Dwivedi </a>

0 commit comments

Comments
 (0)