Lessline 0.1.0 | GitLocker.com Product

lessline 0.1.0

Last updated:

0 purchases

lessline 0.1.0 Image
lessline 0.1.0 Images

Free

Languages

Categories

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.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.