LICENSE
MANIFEST.in
README.md
setup.py
docs/buttonbot.png
docs/commands.png
docs/echobot.png
docs/gallery.png
docs/img.png
docs/onstart.png
docs/puttext.png
src/tgbotzero/__about__.py
src/tgbotzero/__init__.py
src/tgbotzero/__main__.py
src/tgbotzero.egg-info/PKG-INFO
src/tgbotzero.egg-info/SOURCES.txt
src/tgbotzero.egg-info/dependency_links.txt
src/tgbotzero.egg-info/requires.txt
src/tgbotzero.egg-info/top_level.txt
src/tgbotzero/examples/00_echo_bot.py
src/tgbotzero/examples/01_bot_with_button.py
src/tgbotzero/examples/02_bot_with_buttons.py
src/tgbotzero/examples/03_help.py
src/tgbotzero/examples/04_no_on_button_func_error.py
src/tgbotzero/examples/05_schedule_bot.py
src/tgbotzero/examples/06_on_start.py
src/tgbotzero/examples/07_commands.py
src/tgbotzero/examples/08_send_image.py
src/tgbotzero/examples/09_image_gallery.py
src/tgbotzero/examples/10_on_image.py
src/tgbotzero/examples/11_add_text_on_image.py
src/tgbotzero/examples/__init__.py
src/tgbotzero/examples/cat.png
src/tgbotzero/examples/dog.png
src/tgbotzero/utils/__init__.py
src/tgbotzero/utils/botzero.py
src/tgbotzero/utils/check_on_button_functions.py
src/tgbotzero/utils/copy_examples.py
src/tgbotzero/utils/help.py
src/tgbotzero/utils/images.py
src/tgbotzero/utils/reply_markup.py
src/tgbotzero/utils/send_answer.py
tests/test_copy_examples.py
tests/test_examples.py