I'm currently developing a résumé/CV editor creator in Python and PyQt4. Like most of my software, it is licensed under the
GNU GPL v3.
Here are some of the screenshots of the GUI:

While I have implemented saving and loading files in the native BiaCV format (which is a JSON file), I am planning to include an export functionality which will allow the document to be converted to more usable formats like text, HTML and also OpenDocument flat ODT (no Microsoft Word, though you can use OpenOffice to convert the FODT file to DOC if you want to).
You can follow the progress at my
gitorious repository. As always feel free to check it out if you have the time and provide your feedback.
6 comment(s)
Leave a comment »Comment by Dion Moult (visitor) on 6 Dec 2011 @ 19:45 IST #
Comment by Hari (blog owner) on 6 Dec 2011 @ 21:04 IST #
kfilemodule(26194) KSambaSharePrivate::findSmbConf: KSambaShare: Could not find smb.conf!
Traceback (most recent call last):
File "/home/drive/hari/biacv/biacv_mainwindow.py", line 55, in on_file_export
exp.set_template_directory (unicode (templatedir.toUtf8(), "utf-8"
File "/home/drive/hari/biacv/biacv_exporter.py", line 217, in set_template_directory
lst_file_meta = (codecs.open (file_meta, 'r', "utf-8"
File "/usr/lib64/python2.6/codecs.py", line 881, in open
file = __builtin__.open(filename, mode, buffering)
IOError: [Errno 2] No such file or directory: u'/home/drive/hari/biacv/META-INFO'
Comment by Dion Moult (visitor) on 16 Dec 2011 @ 11:34 IST #
Comment by Hari (blog owner) on 16 Dec 2011 @ 11:51 IST #
Comment by Dion Moult (visitor) on 28 Dec 2011 @ 19:04 IST #
Comment by Hari (blog owner) on 28 Dec 2011 @ 19:39 IST #