Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 674 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 674 Bytes

Payslip-python

Using the principles of classes and objects in Python's object-oriented programming, write a program for a limited liability company that calculates the wages of employees in various positions. The program should generate their salary slips and produce an Excel file listing all employee payments, which can be

Install Package

pip install openpyxl

Refernce

See Reference.