📜 ⬆️ ⬇️

EffeLogger or the very “pinarik”

After reading the “Personal Time Management” article of the haBrauser McBernar, I really liked the idea of ​​“pinarik”. But I wouldn’t have been me if I had just gotten myself a paper pinnic instead of writing a program for this :)

So, we meet EffeLogger - Logger for your effectiveness!

The principle of one-in-one repeats the principle of the paper “pinarik”: we ourselves give ourselves an assessment of how effectively the day was spent. The use is quite intuitive: you typed on the appropriate day, chose the grade ... and that's it :)

The program is cross-platform, written in Python using PyQt4. For Linux, you just need to install PyQt4, which will pull all the rest. For Debian-based distributions, this is done by the command
  $ sudo aptitude install python-qt4 

for Fedora - team
  $ sudo yum install PyQt4 

For the rest - I do not know :)
')
For Windows, you need to download and install Python 2.6.2 from here www.python.org/ftp/python/2.6.2/python-2.6.2.msi and, accordingly, PyQt4 from here: www.riverbankcomputing.co.uk/static/Downloads /PyQt4/PyQt-Py2.6-gpl-4.4.4-2.exe

Update:
Meanwhile, the work is in full swing and the program has grown to version 0.2 :)
Changes:


We take away here: effelogger.googlecode.com/svn/branches/0.2/effelogger.py

For Unixes, of course, you need to additionally give the script the right to execute:
  $ chmod + x effelogger.py 


And as always, suggestions and wishes are welcome.

Screenshot:

Source: https://habr.com/ru/post/58861/


All Articles