Skip to content

twz915/pyeasy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyeasy

To make python programing easier

  1. read excel

from pyeasy import OpenExcel
f = OpenExcel('test.xls')
f.read() # read all
f.read('A') # read 'A' row
f.read(1) # f.read('1'), read '1' column
f.read('A5') # read 'A5' position
  1. web visitor

from pyeasy import webvisitor
webvisitor.get(url,data)
webvisitor.post(url,data)
  1. print file tree

from pyeasy.filetree import fileTree
fileTree('/home/tu') #print the directory file tree

About

To make python programing easier and python tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages