Metadata-Version: 2.1
Name: SecrLib
Version: 0.0.3
Summary: A python library made by SecretaSoftworks
Home-page: https://github.com/Dauby/SecrLib
Author: SecretaSoftworks
Author-email: fidesindeumetvirtus@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Dauby/SecrLib/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# SecrLib

SecrLib is a python library.

To install :
pip install SecrLib

To import :
example (
    from Secr import logs
)

## Logging :

log(fname, content)
// Logs something to a file
logcopy(fname, ffname)
// copys a file to another file
logcopyremove(fname, ffname)
// Copys a log to a file, then deletes the first file
logmake(fname)
// makes a file
logdelete(fname)
// deletes a file

## Math :
slope(x2, y2, x1, y2)
// calculates the slope of a set of coordinates

