Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 491 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 491 Bytes

isbn_converter

A simple isbn automatic converter.

Usage

Usage as a command line tool.

    python isbn_converter.py 7302274754
    python isbn_converter.py 9787540434496
    python isbn_converter.py 7302274754 9787540434496

Usage as a module

    import isbn_converter as isbn
    print isbn.isbn_converter("7302274754")
    print isbn.isbn_converter("9787540434496")

TODO

  • Format converted result use '-'