Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 '-'

About

A simple isbn automatic converter.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages