You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GUIScripts/Khata Book Management System/README.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,29 @@
1
1
# KhataBook
2
2
3
+
## Aim
4
+
* To help the local shopkeeprs to manage the credits of customers.
5
+
6
+
7
+
## Short Discription
3
8
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
4
9
5
10
* Add Customer Data
6
11
* update The Data
7
12
* Delete The Data
8
13
* To show All remaining credits.
9
14
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
0 commit comments