Skip to content

TatamiHermit/checklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Checklist

Using Pandas & xlwings.
For infotainment test report data cleaning.

Notice:

1.appending libs: pandas xlwings xlrd

Terminal:

pip install pandas  
pip install xlwings  
pip install xlrd  

2.put xlsx and python file in the same directory

3.run checklist.py


OR
Use pyinstaller package checklist.py to exe.
terminal:

pip install pyinstaller  

terminal:

pyinstaller -F $FileNamePath -i $FileIcoPath  

ReleaseNote:

20190914

update to VCS version

20190819

fix bug name_check kill excel progress

20190816

1 modify sumlist
2 add step state check
3 add step overall state check

20190805

1 initial release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages