Is there any library that can convert RGB colors to ANSI colors?

2008-11-29 Thread ZelluX
Convert RGB colors to the closest ANSI colors. For example, given RGB color FF, it should print [31m. -- http://mail.python.org/mailman/listinfo/python-list

Re: Is there any project whose patches are all available?

2008-11-29 Thread ZelluX
That's exactly what i want, thanks for all your replies On Nov 28, 8:48 pm, [EMAIL PROTECTED] wrote: >     zellux> I want to write a version-tracking tool for Python projects, and >     zellux> need some sample projects whose even smallest modifications can >     zellux>

Re: Is there any project whose patches are all available?

2008-11-27 Thread ZelluX
On Nov 28, 3:16 pm, Ben Finney <[EMAIL PROTECTED]> wrote: > ZelluX <[EMAIL PROTECTED]> writes: > > I want to write a version-tracking tool for Python projects > > Not to dissuade you, but what do you hope to achieve by this? > Version-control systems are difficult

Is there any project whose patches are all available?

2008-11-27 Thread ZelluX
Hi, all I want to write a version-tracking tool for Python projects, and need some sample projects whose even smallest modifications can be downloaded from the internet. Could you recommend some to me? Thanks for your reply -- http://mail.python.org/mailman/listinfo/python-list

Is there any library that can extract titles from PDFs?

2008-07-15 Thread ZelluX
Hi, all I want to write a script which will rename PDFs according to their titles. I want to know if there is any library that can extract titles(the first line of the PDF) from PDFs. Many thanks for your reply ;-) -- http://mail.python.org/mailman/listinfo/python-list

How to read information from tables in HTML?

2007-08-03 Thread ZelluX
Hi, all I'm confronted with some trouble when dealing with html files. The html files contain javascript and some information stored in tables. And it seems that they're not well-formed, when parsed with minidom, it will say "mismatched tag". Then how can i get information from those files? Is th

Re: how to read python-doc in ubuntu?

2007-07-16 Thread ZelluX
Got it. Thanks ;-) Diez B. Roggisch wrote: > ZelluX wrote: > >> Hi all, >> I'm a new comer to Python. >> I've installed python-doc module, but just don't know how to open it. >> Could you help me? >> >> Many thanks ^_^ > > d

how to read python-doc in ubuntu?

2007-07-16 Thread ZelluX
Hi all, I'm a new comer to Python. I've installed python-doc module, but just don't know how to open it. Could you help me? Many thanks ^_^ -- http://mail.python.org/mailman/listinfo/python-list