Metadata-Version: 2.2
Name: SqrtRange
Version: 0.0.3
Summary: SqrtRange is a python library used to generate Square root numbers in a range
Home-page: https://github.com/Ricca665/SqrtRange
Author: Ricca665
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-python
Dynamic: summary

# SqrtRange


SqrtRange is a simple python library used to generate Square root of numbers in a certain range.

This can be helpful, if, for example, you need this


# How can i use it?
It's actually really simple

Here is what you will need to use:

`SqrtRange.Calculate(firstnumber, secondnumber, logFile, doClearLogFile)`

Firstnumber and Secondnumber are **integers**, these will indicate the range

LogFile is a **string**, it's where to log the numbers to

doClearLogFile instead is a **boolean**, it's used if you want to clear the log file or not

# How to contribute?
You can contribute by doing pull requests and bug reports

# I hope you enjoy!
