Skip to content

A python module that makes writing and reading to files easier than ever.

License

Notifications You must be signed in to change notification settings

NikanGameDev/easyfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to EasyFile! ** Not to be confused with SARS e@zyFile™ ** EazyFile is a python module made by me which lets you make files easily without no need for code such as:

with open("filepath", "wt") as f:
    f.write("text")

But code like: easyfile.write("path goes here", "text goes here") Makes it so much easier!

About

A python module that makes writing and reading to files easier than ever.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages