Metadata-Version: 2.4
Name: toollist
Version: 0.1.0
Summary: List Creator
Home-page: 
Author: Hamza Al
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# toollist
Python package to create lists and generate character combinations.

## KullanÄ±m
```python
import toollist as tl

my_list = tl.new_list()
result_file = tl.start_list(my_list)
```
