Last updated:
0 purchases
lessline 0.1.0
LessLine
Less line to read&write text file
Requirements
Python >= 3.6
Installation
$ pip install lessline
Example
from lessline.text_file import read, write
file = 'demo.txt'
text = 'Hello word!\nThis is lessline!'
write(text, file)
text_new = read(file)
print(len(text_new), text_new)
0.1.0 (2022-10-22)
Implement read&write text file
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.