iw4p / torrentp

Python torrent downloader - Download from torrent with .torrent file or magnet link, with just 3 lines of python code.
Other
141 stars 28 forks source link

Cleaning code #1

Closed itsamirhn closed 1 year ago

itsamirhn commented 1 year ago

Some PEP8 enhancements and change snake_case class names to PascalCase:

Also use __init__.py variables inside setup.py

iw4p commented 1 year ago

Thank you xD