Skip to content

CohenLyon/Python-Practical-Functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Python Practical Functions

This repository aims to collect small Python practical functions.

Catalog

Microsoft Office Files Processing

  • 将字典数据写入csv文件:createDictCSV.py
  • 将csv文件转换成xlsx文件:csv_to_xlsx.py
  • 将xlsx文件行列转置:xlsxTranspose.py
  • 将多个csv文件合并到一个Excel的不同Sheet中:excellAddSheet.py
    (包含获取csv文件列表的函数)

Others

  • 创建新文件夹并打开:mkdir.py

About

This repository aims to collect small Python practical functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors