Pages

Showing posts with label alarm clock. Show all posts
Showing posts with label alarm clock. Show all posts

Friday, 29 May 2009

verminds-alarm-clock 0.5.4.4

verminds-alarm-clock is now at version 0.5.4.4.
Changes include removal of the save button, since the program now saves settings on exit. Also, all actions on the user interface cause the alarm thread to refresh, meaning that your changes now reliably take effect instantly.
Get the new version here:

Monday, 18 May 2009

PyGTK - the easy way

Someone with a bit of free time made an installer that has everything needed to run PyGTK on windows. So, now people interested in an alarm clock that uses a media player for playing the alarms, can just download and install this, and then unzip and double-click my alarm clock. This 2-step process replaces the previously mentioned 6-step process.
Edit: It would seem that the installer cannot be downloaded any more. Therefore, I looked for and found another one. Enjoy.

Thursday, 14 May 2009

Verminds Alarm Clock 0.5.4.2

Changelog:
0.5.4.2
  • Background the player process

Links to packages:
See previous posts for installation instructions.

Wednesday, 13 May 2009

Verminds Alarm Clock 0.5.4.1

The alarm clock is now version 0.5.4.1. Changes:
  1. Works on Windows, requires the .svg icon in the same folder as the .py. Further requirements:



  2. Fixed song selection file chooser associating with player selection
  3. Playing the alarm now hangs the alarm clock, until the player command returns. This is because I use the subprocess package for launching the player, this was the only way to get filenames with spaces in them to behave correctly on Windows. To be fixed.
Packages available:
Installation instructions:
  • Linux: double-click on the .deb, follow instructions. The alarm clock can be started from the Accessories submenu. The console command verminds-alarm-clock.py also does the job.
  • Windows: Install the requirements mentioned above. Then extract the .zip and double-click verminds-alarm-clock.py to run.

Thursday, 7 May 2009

Verminds Alarm Clock

Verminds Alarm Clock is now version 0.5.2.1. The new version is compatible with GNOME systems with or without python-indicate. This means it works on both Ubuntu Jaunty and earlier Ubuntu systems. It requires the installation of Python GNOME libraries, i.e., the python-gtk2 package. The deb will request that to be installed when you click on it. Get it here.

Tuesday, 5 May 2009

My Alarm Clock

This post announces the publication of my Alarm Clock written in PyGTK, for Ubuntu 9.04. It integrates with the new Indicator Applet, requiring no tray icon, unlike the previous version. Get it here.