is a python package to convert Binary to ASCII and vice versa.
Example code:
import bincii as bnc
print(bnc.ascii_to_binary("Example text")
print(bnc.binary_to_ascii("01000101 01111000 01100001 01101101 01110000 01101100 01100101 00100000 01110100 01100101 01111000 01110100")