/automatic-task-scheduling

An automated scheduler powered by Python

Primary LanguagePythonMIT LicenseMIT

Automatic Task Scheduling

An automated scheduler powered by Python, for classroom. Made with ❤️.

Features

  • Automatic scheduling of tasks
  • Easy to use
  • Plugin support!

How to run

  1. Install modules via pip:
rich
  1. Keep daemon.py running (by using systemd/supervisior/...)
  2. Use frontend.py to manage the tasks
  3. Read the wiki for more information

Future Plans

  • Prevent Daemon from exiting unexpectedly.
  • Web/GUI interface for the frontend.