Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added projects/Billing_system/Bill.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions projects/Billing_system/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<h1>Billing system using Tkinter</h1>
<p>This project can be used for any shops. User can store all the data and generate the bill.</p>

<h2>Tech stack:</h2>
<ul>
<li>Python</li>
</ul>

<h2>Libraries used:</h2>
<ul>
<li>Tkinter</li>
<li>Os</li>
<li>Messagebox</li>
</ul>

<h3>To install external modules:</h3>
<p><li>Run pip install tkinter</li></p>

<h3>To execute the project:</h3>
<p><li>Run billing system.py</li></p>

<h3>Screenshot/GIF of this project.</h3>

![Bill](https://user-images.githubusercontent.com/72568715/134779769-7695a727-adbb-43b7-9e60-1205dc982ae7.PNG)
Loading