About 299,000 results
Open links in new tab
  1. pycharm - Payroll Calculator in python - Stack Overflow

    Jul 20, 2016 · One Stop Shop Payroll Calculator Please enter your name or type '0' to quit: Brandon Please enter hours worked: 50 Please enter your payrate: $10 Overtime hours: 10.0 Employee's name: Brandon Regular Pay: $ 500.0 Overtime Pay: $ 150 Gross Pay: $ 650.0 Please enter your name or type '0' to quit: Brandon Please enter hours worked: 30 Please enter ...

  2. Payroll program for Python using multiple functions and return …

    Mar 18, 2014 · Ok I need help with this program. Here is the assignment. Write a payroll program that pays time and a half for anything over 40 hours. This should have 3 functions in addition to main. The first function asks the user how many total hours were worked and the pay rate and returns this information to main. These values must be validated.

  3. Employee Management System Using Python and MySQL - GitHub

    This project is an Employee Management System built using Python with a MySQL database as the backend. The system allows users to manage employee records effectively, performing CRUD (Create, Read, Update, Delete) operations. It offers functionalities to add new employees, remove existing employees ...

  4. Employee payroll program step by step in python - GitHub

    employee_payroll_python. Employee payroll program step by step in python. About.

  5. GitHub - maks-poz/Employee-Payroll: A Python-based payroll …

    The Employee Payroll System is a Python-based project designed to calculate the weekly pay for employees based on their job type. The program uses Object-Oriented Programming (OOP) principles, with a superclass Employee and two subclasses CommissionPaid and HourlyPaid. This project demonstrates class inheritance and method overriding, providing ...

  6. payroll-management-system · GitHub Topics · GitHub

    Nov 30, 2024 · PayFlow is an efficient and user-friendly Employee Payroll Management System designed to automate and streamline payroll processes for businesses. This system manages employee records, calculates salaries, and generates comprehensive reports for both full-time and part-time employees, ensuring accurate and timely payment.

  7. GitHub - ChintanAPatadiya/Employee-Payroll-System: It is a …

    It is a python based GUI application that will manage the salary of the employee. Also, the details of the employee can be save and fetch easily and can generate the receipt and save it in the local storage. #python #tkinter #python-gui Topics

  8. Python Payroll Program - Stack Overflow

    Nov 10, 2014 · I have a payroll program I am doing for homework. I need to ask each employee 3 questions as many times as the user wants until they are done. I have the following done already. The part I am completely lost on is calculating the the pay. It seems the following is right so far. Any help and tips will be greatly appreciated.

  9. GitHub - yaseensec/Employee-Payroll-Mgt: A Simple Python3 …

    A Simple Python3 based Employee Payroll Management system made using Tkinter Module Description Employee Payroll Management System is a simple application to store and retrive Employee personal and payroll details.Payslip printing and Calculator functionality were made available in this application.

  10. Python 2.7 Payroll Calculator program - Code Review Stack …

    Nov 6, 2015 · Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.