Metadata-Version: 2.1
Name: searchfilms
Version: 0.0.2
Summary: This is a movie search library.
Home-page: https://github.com/DrSudoSaeed
Author: SudoSaeed
Author-email: DrSudoSaeed@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/DrSudoSaeed/
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
License-File: LICENSE

# Example Package

[GetHub Project](https://github.com/DrSudoSaeed/)

This is a movie search library.

This library is always updated. Wait for new versions soon!

To use, install the library according to the instructions!

**Follow the steps below to use:**

```

from searchfilms import search_film

search_film("fast")  # Replace the movie name with fast

```

