Metadata-Version: 2.1
Name: bot-tools
Version: 2.0.2
Summary: Common tools for python bots
Home-page: https://github.com/onlythor/bot_tools
Author: Thor
Author-email: theonlythor@protonmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: colorama

Bot Tools
=======

**Common tools for python bots**

Sample usage:

import BotTools
all_the_text_files = BotTools.list_file(path_to_folder, 'txt')  # returns a list of paths


