Skip to content

pikut/WorkSchedules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contents:


Features

  • For the selected month, display details (in the application window or cmd) such as:
    • Number of working days, weekends and holidays.
    • Which days are working days, weekends and holidays.
    • Number of hours to work.
  • Create and save the selected month as a calendar in a *json file.
  • Create and save the selected month as a calendar in a *xlsx file.

Installation

Prepare the virtual environment and then install the necessary packages:

pip install -r requirements.txt

Use the command below to build the EXE package:

pyinstaller main.spec

How it looks?


Upcoming features

  • Possibility of adding the number of employees working in a selected month in 12-hour work mode.
  • Creating a work schedule for the entire month, taking into account vacation request.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages