Bill Split
Feb. 10, 2022 - Feb. 11, 2022
Python, termcolor, openpyxl, tabulate
123
This Python program is designed for efficiently splitting bills among multiple individuals. It accepts Excel input, calculates taxes, and divides expenses. Users can provide an Excel file with itemized costs, specify tax amounts, and allocate expenses among participants. The program processes the data, generates detailed reports, and ensures fair distribution of costs. It employs libraries like openpyxl and termcolor for seamless execution. Designed to streamline bill sharing, it simplifies the process and promotes financial transparency among participants.
Code (GitHub): https://github.com/Yogi-Patel/Bill-Split