Skip to content

TzurSoffer/Better-file-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Better file system

it makes writing to files easy

#how to use

import simpleFiles

file = simpleFiles.MakeFile("fileName")

file.write("text") writes in the file "text"

file.changeLine(line, "new info") changes the line to "new info"

file.clear() deletes the content of the file

file.append("info") adds a new line with the text "info"

file.getLine(line) returns the content of the line

About

An easier way to use text files in python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages