Metadata-Version: 2.1
Name: zwsp_char_function
Version: 1.0
Summary: a library that returns a sequence of zero with characters
Home-page: UNKNOWN
Author: Churning Lava
Author-email: snoopydankl@gmail.com
License: MIT
Keywords: zero width character
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENSE.txt

This is a library that returns a sequence of zero with characters, AKA as ZWSP, based on the parameters of the
function.

Start by doing this

from zero_width_char import zero_wc

char = zero_wc(count=1) # Int

print(len(char))

Yes, it's that simple.



Change Log
==========

1.0 (27/5/22)
-------------
- First Release


