Recent comments


Syndicate


Follow Me

Twitter Facebook

Doodling

Pysawndz

Pysawndz is an MP3 player used as a project on one of my subjects. Its based on PyQt and its Phonon library, the code is really messy right now so remember, you've been warned. Laughing

You can clone the project on my github repository:

git://github.com/marconi/pysawndz.git

Pullite

Pullite is a multi-threaded download manager written in Python. Basically it splits the file to be downloaded into how many parts you specify and download each of them separately. When all workers are done, the file gets constructed locally.

The Python + PyQt version is currently under development although the prototype which is a cli version is working and available for download.

git://github.com/marconi/pullite.git