Skip to content

nofacer/write2file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

how to install

pip install write2file

how to use

from write2file import write2file

Create new file

write2file(output_path,['header1', 'header2', '...', 'headern'], True)

Write into existing file

write2file(output_path, [content1,content2,...,contentn])

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages