Metadata-Version: 2.1
Name: pyreader
Version: 0.0.1
Summary: Allows you to alter text files very easily
Home-page: https://github.com/pypa/sampleproject
Author: Cole
Author-email: coleberr1@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/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

FUNCTIONS
==================
Use pyreader.write(file, text) to write new text in the file without clearing existing text

Use pyreader.clear(file) to completly clear the file 

Use pyreader.replace(file, text) to completly re-write the file with new text.

Use pyreader.read(file) to read the entire file and print it out automatically

