Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 460 Bytes

File metadata and controls

11 lines (9 loc) · 460 Bytes

Schedule builder

This repository contains a tool for creating a working schedule for an employee.

Setup

  1. Open console and clone the projects: git clone https://github.com/rpetar/schedule-python.git
  2. Navigate into project directory cd schedule-python
  3. Run python main.py
  4. Add new params to the SCHEDULE_TEST_PARAMS list in constants.py file to try new examples.

Pyhton version: 3.8.8
No additional libraries need to be installed.