Metadata-Version: 2.1
Name: linuk
Version: 1.0.1
Summary: Library to make coding easier
Home-page: https://github.com/Psychewolf/linuk
Author: Kazi_jaber
Author-email: jaforjaber@gmail.com
License: UNKNOWN
Platform: UNKNOWN
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

# linuk
Python Utility library for faster coding.

# Installation

    pip install linuk


# Example

    from linuk.basic import listmaker
    listmaker('ab cd ef gh')

## for more documentation use built in help() command.



