Metadata-Version: 2.1
Name: noconfusion
Version: 0.0.2
Summary: A library for no longer have confusion in python
Author: Roni
Author-email: roni20081234@gmail.com
License: MIT
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
License-File: LICENSE

# Welcome
## Why do we need this python module?
**This library will make you not confused in python. for examle if you want to print only part of string,**
## Installation
`pip install noConfusion`

## Example
`str = '"hello world'`
<br>
`print(str[firstindex:lastindex])`
<br>
the meaning of the confusion in this code is that you sometimes don't 
remember if the first index is included or not or last index is excluded or not.</p>
