Here are two applications I have recently made. The first one, PostX-Calendar is a QT application, which will certainly be featured in the future PostX Gnu/Linux 0.4 release coming in late 2016. The second one, is a basic time shower: “Current Time”, which does what is says and displays the current time.
Download Current-Time and PostX-Calendar combined zip archive file: Calendar_Time.zip
Dependencies:
The time application requires that you will have python3 and python3-gi packages, or similar installed. The calendar application requires that you will have python-qt4 package, or similar installed.
Note. The dependencies depend upon your distribution of choice – but generally speaking all you need is python with adequate modules. If you are in any doubt what you might want to install then also take a look at this entry.
Installation and features:
Decompress the archive and make both programs executable within a terminal client. Use chmod +x program.py command. Replace the program.py with the actual program file. You may need to supply a full path to the program.py file(s) if you have not navigated with the cd command to the directory, which contains the actual program.py files.
Execute/run the program(s) with python program.py command. Replace program.py with the actual program name(s).
Python-Calendar provides a basic calendar with multiple colors. You can resize and move this calendar around just as much as you want and it will resize correctly. Current-Time shows date and time. Current-Time cannot be resized – this is a desired feature so that any possible scaling issues could be avoided. You can move Current-Time application around just like a normal window. Both application are lightweight and work well with minimal system resources.
Copyrights:
#”Current Time” Copyright (c) 2016 JJ Posti <techtimejourney.net>
#The program comes with ABSOLUTELY NO WARRANTY;
#for details see: http://www.gnu.org/copyleft/gpl.html.
#This is free software, and you are welcome to redistribute it under
#GPL Version 2, June 1991″)
#PostX-Calendar Copyright (c) 2016 JJ Posti <techtimejourney.net>
#PostX-Calendar is a python calendar application.The program comes with ABSOLUTELY NO WARRANTY;
#for details see: http://www.gnu.org/copyleft/gpl.html.
#This is free software, and you are welcome to redistribute it under
#GPL Version 2, June 1991″)