Dapbler / cbr2cbz

Python script that converts compressed CBR and CBZ comic archives to stored CBZ. Many options.
GNU General Public License v3.0
26 stars 5 forks source link

Needs upgrade to argparse #1

Closed Dapbler closed 6 years ago

Dapbler commented 6 years ago

On the todo - uses optparse (it was the one mentioned in my intro python book), and somehow I missed the big "This is deprecated" banners on the pydocs.

Dapbler commented 6 years ago

argparse will require Python 3.2. Code is basically drop in replacement. POC of argparse done (integrating current options).

Dapbler commented 6 years ago

Updated. Old usage message scrapped (at least for now) in favour of a simple description.

Dapbler commented 6 years ago

Switched to argparse. Pushed to master