Metadata-Version: 2.1
Name: BetterListsE
Version: 0.1.0
Summary: Better Lists for Python
Home-page: 
Author: 
Author-email: 
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Better Lists

#### By ThePyGuy



# How To use



### Adding 

This adds the item to the list



```List.add(List_name, item_to_add)```



### Removing

This removes the object from the selected list:



``list.rem(List_name, Item_to_remove)``



There are many more commands in the library.
