Simple Library A simple example Python library for demonstration purposes. Installation You can install the library using pip: Usage from simple_lib import greet print(greet("World"))