Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahul1582/billing-software-with-python
A Billing Software made using Python
https://github.com/rahul1582/billing-software-with-python
billing python software
Last synced: 3 days ago
JSON representation
A Billing Software made using Python
- Host: GitHub
- URL: https://github.com/rahul1582/billing-software-with-python
- Owner: Rahul1582
- License: apache-2.0
- Created: 2019-12-10T13:43:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T20:11:45.000Z (almost 5 years ago)
- Last Synced: 2024-12-13T02:42:32.573Z (about 2 months ago)
- Topics: billing, python, software
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Billing Software
This is a Billing Software which is made using Python.
# Technologies Used
```
Python offers multiple options for developing GUI (Graphical User Interface). Out of all the GUI methods, tkinter is the most commonly used method.Tkinter is the standard GUI library for Python. Python when combined with Tkinter provides a fast and easy way to create GUI applications.
It is a Python interface to the Tk GUI toolkit shipped with Python.
```
## Usage
With the help of this software the users can select the items which they are willing to buy and then our software will calculate the total cost with the addition of taxes.
Then the users can also save the bill if they want of the items they purchased by selecting the 'Generate Bill' option.
Here the users can also search for the bill i.e if they had made a purchase eariler and need the bill.
This is a complete software which can be used in Retail shops.
### To Run
```
First Clone the project.import tkinter
Then python bill.py in the terminal.
```### Author
```
Rahul Kumar Patro
```