How can i use python to read .cbr/.cbt files?
.cbr is a RAR archive. .cbt is a TAR archive. You can use standard tarfile module for latter but you need to use rar/unrar for former. You can look for the code you need in comix (more precisely, archive.py).
.cbr
.cbt
tarfile
rar
unrar
archive.py