The program is based on the idea of displaying the schedule of the student studying in Belarusian State University of Informatics and Radioelectronics (BSUIR).
Scheduler written in Python 2 with PyGTK.
Install dependencies using the commands::
pip install PyGtk
pip install xlrd
or if you use Archlinux using the command::
yaourt -S pygtk python2-xlrd
You should using the command to start scheduler::
python scheduler.py
Enjoy!
Scheduler is distributed under the MIT license http://www.opensource.org/licenses/MIT.