Metadata-Version: 2.4
Name: studenttools-huzaifa
Version: 0.0.1
Summary: A simple math and string utility library
Author: Muhammad Huzaifa
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# StudentTools

A Python utility library that provides mathematical and string manipulation functions.

## Modules

### math_utils
- add
- subtract
- multiply
- divide

### string_utils
- reverse_text
- count_words
- capitalize_text
- remove_spaces
