Metadata-Version: 2.4
Name: farmsks
Version: 0.1.1
Summary: Useful defs
Author-email: Samyar Sameni <samyar4@gmail.com>
License-File: LICENSE.txt
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.0
Description-Content-Type: text/markdown

# Farm Library
Farm is a Python library containing useful mathematical functions like factorial calculation, number reversals, and more!
## Installation
You can install Farm using pip:
pip install farm
## Usage

Import the library:
```python
import farm

print(farm.sib(5))  # Calculates factorial
print(farm.havij(123))  # Reverses a number
print(farm.kivi(28))  # Checks if a number is perfect
## Available Functions
- `sib(n)`: Calculates the factorial of `n`
- `havij(n)`: Reverses the digits of `n`
- `kivi(n)`: Checks if `n` is a perfect number
- `talebi(n)`: Returns the number of digits in `n`
- `porteghal(n)`: Finds the closest perfect square less than or equal to `n`
## License
This project is licensed under the MIT License.
