Metadata-Version: 2.4
Name: bbosa
Version: 1.1.0
Summary: Bbosa - A versatile Python utility module for file operations, network tools, and more
Home-page: https://github.com/tokayasurecah-stack/bbosa
Author: Tony Bbosa Kamandwa
Author-email: tokayasurecah@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.28.0
Requires-Dist: yt-dlp>=2023.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Bbosa

A versatile Python utility module with file operations, network tools, Android support, and more!

## Features
-  File operations (read/write)
-  Network tools (IP lookup, port checking)
-  Android support (Termux properties, toast notifications)
-  YouTube video downloader
- Math operations
-  Typewriting effect
 - System command runner
## developer
- Developed : kamandwa tony bbosa 
## aim

- making python code easy and reducing on the number of lines
## how to use
- This is the  code that will give you ways to use the module
 ````
from bbosa import *
b=Bbosa()
print(b.get_help)
``````

## Installation

```bash
pip install bbosa
