Calculate_Payments-CLI Simple command line interface program to calculate payments of employees. This mini project was made to practice my beginner python programming skills. How to use it: Input file [name, hours, rate]: How the output should look [name, payment]: Future updates: Refactor code Make an UI version of the calculator