Metadata-Version: 2.1
Name: simple_webbrowser
Version: 0.0.5
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.

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

Or, for Windows (if Python is on ``PATH``, but ``pip`` isn't):
```
python -m pip install simple_webbrowser
```

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

# Afterwards, just use it :)
```

# Projects where this module is used... (GitHub)
Search query: [simple_webbrowser language:Python](https://github.com/search?q=simple_webbrowser+language%3APython&type=code)

Filters: code
