GUI for these tools implemented by QT4.
A python script for compiling.
A python script for downloading files from torrent file.
A python script for converting magnet link to torrent file.
python magnet2torrent.py -m <magnet link> -o [torrent file]
python magnet2torrent.py -m 'magnet:?xt=urn:btih:ANRBNFHQ5CZM5BZBNSM4WXFDV4RQFHRX' -o 'abc.torrent'
A python script for converting torrent file to magnet link.
python torrent2magnet.py -i <torrent file>
python torrent2magnet.py -i 'abc.torrent'