Metadata-Version: 2.4
Name: BasicToolsT
Version: 0.0.5
Summary: A small example package
Project-URL: Homepage, https://github.com/CursedGhoul/BasicToolsT
Project-URL: Issues, https://github.com/CursedGhoul/BasicToolsT/issues
Author-email: CursedGhoul <noemail@email.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: sounddevice
Requires-Dist: soundfile
Description-Content-Type: text/markdown

testing packages

## How To Use

1. Place your file and basictools.py in the same folder
2. import from the basictools.py file

ex: from basictools.py import title2

if you use pyinstaller to bundle your scripts just pyinstaller your main file and pyinstaller automatically handles dependencies
