Python Scheduling Application

From OpenCircuits
Revision as of 07:40, 15 March 2018 by Russ hensel (talk | contribs) (Created page with "= Introduction = '''Such an early draft not ready for reading!!''' Note that this is an article started by Russ Hensel, see "http://www.opencircuits.com/index.php?title=Russ_...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

Such an early draft not ready for reading!!

Note that this is an article started by Russ Hensel, see "http://www.opencircuits.com/index.php?title=Russ_hensel#About My Articles" About My Articles

The purpose of this program is to give an all python application for scheduling activities on all platforms: win, mac, linux, raspberry pi. I wrote it because I did not find a suitable program ( with good documentation ) after a not too exhaustive search. So here it is, let me know if useful.

Features

  • Extensible
  • All Python, cross platform
  • Some examples
  • Parameter file allows some customization without programming
  • Intended for Python programmers, not python naive uses ( sorry ).
  • Can email if special circumstances encountered
  • Sleep tolerant ( but becomes inactive )
  • GUI tracks recent events
  • Maintains log file

Design