Skip to content
/ pomo Public

Simplifications for python works with data (xls to dict, dict to xls, easy threading)

Notifications You must be signed in to change notification settings

nebuhtit/pomo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pomo

Simplifications for python works with data (xls to dict, dict to xls, easy threading)

Write files easier

It writes data from variable to test.json

test = [0,"hello", {"a": "world", "b": "!"}]

write_j(test)

If you need to put you own name for the file or write file to the path, just add arg file_name = 'your path'

write_j(test, file_name='dist/my_file.txt')

About

Simplifications for python works with data (xls to dict, dict to xls, easy threading)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages