Metadata-Version: 2.1
Name: simple_webbrowser
Version: 0.0.4
Summary: A better webbrowser. Just. For. You.
Project-URL: Homepage, https://github.com/MF366-Coding/simple_webbrowser
Project-URL: Bug Tracker, https://github.com/MF366-Coding/simple_webbrowser/issues
Author-email: MF366 <real_mf366@yahoo.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# simple_webbrowser
`simple_webbrowser` is a module that makes `webbrowser` module way more simple to work with.

# License
This module is licensed under the MIT License.

# PyPI
This module is also available on PyPI.

# How to install?
Use the following command on the commandline:
```
pip install simple_webbrowser
```

# How to use?
Import it like this:
```
from simple_webbrowser import simple_webbrowser

# Afterwards, just use it :)
```
