Metadata-Version: 2.4
Name: TermuxUO
Version: 0.0.2
Summary: A lightweight utility to open urls with python or with the cli that requires Zero extra dependencys
Author: Ruizennis
License: MIT
Project-URL: Homepage, https://github.com/Ruizennis/TermuxUO
Project-URL: Issues, https://github.com/Ruizennis/TermuxUO/Issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# TermuxUO
## Aka TermuxUrlOpener
**Zero** Dependencys Required.

This dual function pip package & cli tool was made to solve an issue with Termux, not allowing opening urls in browser easily without their companion app; This package solves that.

Required packages:
**None**

Yeah thats right this requires **Zero** extra packages to work it only needs access to am and some python packages that are auto installed when getting python on 3.10+

## Cli Usage
its dead simple.
all you have to do is run the command and then then url
```bash
termuxuo <url>
```
## Package Usage
Simply import the library and your good to go, just use the open_url function to open the url passed
```python
import TermuxUO
open_url('https://example.com')
```

## Installation
```bash
pip install TermuxUO
```
## Uninstallation
```bash
pip uninstall TermuxUO
```
