Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to have gantt chart using python or pyqt

I'm working on a (asset management) system to handle assets , resources and progress of tasks
I want to have a gantt chart in my system

I'm using python 2.6 and pyqt . Is there any (already made charts python library)? that can work well with pyqt.

or should i make a custom widgets for this ? Please advice.

like image 540
Moayyad Yaghi Avatar asked Nov 14 '22 07:11

Moayyad Yaghi


1 Answers

These are not pyQt related but you can have a look at http://pypi.python.org/pypi/GanttPV/0.1

or maybe http://pypi.python.org/pypi/xm.charting/0.3

I have not used any of them though so I can not give you more specific info.

like image 127
joaquin Avatar answered Dec 18 '22 00:12

joaquin