/Calculate_Payments

A very simple CLI employee's payment calculator

Primary LanguagePython

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:

HowToRun

Input file [name, hours, rate]:

infoText

How the output should look [name, payment]:

Output

Future updates:

  • Refactor code
  • Make an UI version of the calculator