lessline 0.1.0

Creator: rpa-with-ash

Last updated:

Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.