We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddf98d9 + e017b2e commit aa05e56Copy full SHA for aa05e56
projects/Billing_system/Bill.PNG
80.3 KB
projects/Billing_system/README.md
@@ -0,0 +1,24 @@
1
+<h1>Billing system using Tkinter</h1>
2
+<p>This project can be used for any shops. User can store all the data and generate the bill.</p>
3
+
4
+<h2>Tech stack:</h2>
5
+<ul>
6
+ <li>Python</li>
7
+</ul>
8
9
+<h2>Libraries used:</h2>
10
11
+ <li>Tkinter</li>
12
+ <li>Os</li>
13
+ <li>Messagebox</li>
14
15
16
+<h3>To install external modules:</h3>
17
+<p><li>Run pip install tkinter</li></p>
18
19
+<h3>To execute the project:</h3>
20
+<p><li>Run billing system.py</li></p>
21
22
+<h3>Screenshot/GIF of this project.</h3>
23
24
+
0 commit comments