Metadata-Version: 2.1
Name: py-utils3
Version: 1.0.1
Summary: 🔗 Package Guide On https://github.com/mohamedlunar/py-utils3
Home-page: https://github.com/mohamedlunar/py-utils3
Author: MohamedLunar
Author-email: contact.mohamedlunardev@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cryptography
Requires-Dist: requests

# PyUtils3

**PyUtils3** is a powerful, lightweight Python utility library offering tools for file handling, networking, security, text analysis, calculator, and a simple database system.  

---

## Features

1. **File Tools**: Write and read text or JSON files.
2. **Network Tools**: Check internet connectivity for multiple sites.
3. **Security Tools**: Generate strong passwords and encrypt/decrypt sensitive data.
4. **Text Tools**: Analyze text and extract keywords.
5. **Database Tools**: Save and load data to/from a file.
6. **Calculate Tools**: Easier to calculate

---

## Example Code

You can find the example code in the github page: (https://github.com/mohamedlunar/py-utils3)

## Installation

Install using `pip`:

```bash
pip install py-utils3
```
