Skip to content

Commit aa05e56

Browse files
authored
Merge pull request Python-World#466 from Sulagna-Dutta-Roy/Sulagna
Billing system using tkinter.
2 parents ddf98d9 + e017b2e commit aa05e56

File tree

3 files changed

+451
-0
lines changed

3 files changed

+451
-0
lines changed

projects/Billing_system/Bill.PNG

80.3 KB
Loading

projects/Billing_system/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
<ul>
11+
<li>Tkinter</li>
12+
<li>Os</li>
13+
<li>Messagebox</li>
14+
</ul>
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+
![Bill](https://user-images.githubusercontent.com/72568715/134779769-7695a727-adbb-43b7-9e60-1205dc982ae7.PNG)

0 commit comments

Comments
 (0)