Answer the question
In order to leave comments, you need to log in
How to create a torrent file?
I want to create a new torrent file, save it as a link, and then start downloading in uTorrent.
Are there modules for python3 with clear and easy documentation. without extra coding.
About as simple
import Torrent
my_torrent = Torrent()
my_torrent.add("C:\test.txt")
my_torrent.save("C:\test.torrent")
link = get_link("C:\test.torrent")
# вернет магнитную ссылку
print(link)
link.save("C:\test2.torrent")
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question