1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
# Tools
PyCdlib comes with several tools built on the main library API. These tools are useful in themselves, but also give (relatively) simple examples on how to use the PyCdlib API in a real application.
## pycdlib-genisoimage
The `pycdlib-genisoimage` tool aims to be a flag-compatible drop-in replacement for the venerable [genisoimage](https://linux.die.net/man/1/genisoimage) tool, with the big exception that it uses PyCdlib under the hood. Please see the man page [pycdlib-genisoimage](pycdlib-genisoimage.html) for more information.
## pycdlib-explorer
The `pycdlib-explorer` tool gives the user a convenient, shell-like interface for opening, exploring, and manipulating existing ISO files. Please see the man page [pycdlib-explorer](pycdlib-explorer.html) for more information.
## pycdlib-extract-files
The `pycdlib-extract-files` tool is a convenient way to extract particular files or directories from an ISO (including the entire ISO). Please see the man page [pycdlib-extract-files](pycdlib-extract-files.html) for more information.
---
<div style="width: 100%; display: table;">
<div style="display: table-row;">
<div style="width: 33%; display: table-cell; text-align: left;">
<a href="design.html"><-- Design</a>
</div>
<div style="width: 33%; display: table-cell; text-align: center;">
<a href="https://clalancette.github.io/pycdlib/">Top</a>
</div>
<div style="width: 33%; display: table-cell; text-align: right;">
<a href="exceptions.html">Exceptions --></a>
</div>
</div>
|