GithubHelp home page GithubHelp logo

crifanlibpython's Introduction

crifanLibPython

最后更新:20210206

目录结构

├── README.md
├── python2
│   └── crifanLib.py                          # Python2 旧版库文件,所有函数都在一个文件里
└── python3
    └── crifanLib                             # Python 3 新版库文件,根据功能,分成独立的多个库文件
        ├── __init__.py
        ├── crifanCookie.py                   # cookie
        ├── crifanCsv.py                      # csv
        ├── crifanDatetime.py                 # datetime
        ├── crifanDict.py                     # dict
        ├── crifanEmail.py                    # email
        ├── crifanFile.py                     # file, folder
        ├── crifanGeography.py                # geographic
        ├── crifanHtml.py                     # html
        ├── crifanHttp.py                     # http
        ├── crifanList.py                     # list
        ├── crifanLogging.py                  # logging
        ├── crifanMath.py                     # math
        ├── crifanMultimedia.py               # multimedia: audio, image, video
        ├── crifanString.py                   # string
        ├── crifanSystem.py                   # system
        ├── crifanTemplate.py                 # template,新增crifanXXX的参考模板
        ├── crifanUrl.py                      # url
        ├── demo                              # 不同的库函数的demo示例
        │   ├── __init__.py
        │   ├── crifanBaiduOcrDemo.py
        │   ├── crifanCsvDemo.py
        │   ├── crifanDatetimeDemo.py
        │   ├── crifanDetectCtrlChar.py
        │   ├── crifanDictDemo.py
        │   ├── crifanFileDemo.py
        │   ├── crifanLoggingDemo.py
        │   ├── crifanMultimediaDemo.py
        │   ├── input                         # demo的输入内容
        │   │   ├── audio
        │   │   │   ├── actual_aac_but_suffix_mp3.mp3
        │   │   │   ├── fake_audio_actual_image.wav
        │   │   │   └── real_mp3_format.mp3
        │   │   ├── image
        │   │   │   ├── 20191219_172616_drawRect_40x40.jpg
        │   │   │   └── 20191219_172616_drawRect_40x40_1.jpg
        │   │   └── video
        │   │       └── video_normalWatermark_480w360h.mp4
        │   ├── mac_show_control_char.txt
        │   └── output                        # demo的输出内容
        │       ├── OutputDemoData_ByDictList.csv
        │       ├── OutputDemoData_ByHeaderAndList.csv
        │       └── testLogging.log
        └── thirdParty                        # 第三方库的心得整理
            ├── crifanAliyun.py               # aliyuyn
            ├── crifanAndroid.py              # android: adb
            ├── crifanBaiduOcr.py             # baidu OCR
            ├── crifanBeautifulsoup.py        # beautifulsoup
            ├── crifanEvernote.py             # Evernote
            ├── crifanEvernoteToWordpress.py  # evernote to wordpress
            ├── crifanFlask.py                # flask
            ├── crifanMongodb.py              # MongoDB
            ├── crifanMysql.py                # mysql
            ├── crifanOpenpyxl.py             # openpyxl
            ├── crifanRequests.py             # requests
            ├── crifanWda.py                  # iOS automation: wda
            ├── crifanWechat.py               # wechat
            └── crifanWordpress.py            # wordpress

解释

主要包含:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.