Metadata-Version: 2.4
Name: TextAnalyzerLib
Version: 0.1.0
Summary: Analyze text: words, sentences, characters, word frequency
Author: aisha aljmal
Author-email: aisha aljmal <moaljml3601@gmail.com>
License: MIT License
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction...
        
Project-URL: Homepage, https://pypi.org/project/TextAnalyzerLib/
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: license-file
Dynamic: requires-python

# TextAnalyzerLib

مكتبة لتحليل النصوص: كلمات، جمل، أحرف، وتكرار الكلمات.

## التثبيت

```bash
py -m pip install TextAnalyzerLib
```

## الاستخدام من CMD

```bash
TextAnalyzerLib "Hello world! Hello Python."
```
