Code Monkey home page Code Monkey logo

captcha's Introduction

captcha

captcha in python

#PIL(Python Imaging Library)

  • 為Python影像處理的擴展庫
  • 需先獨立安裝才能使用
  • 模組:Image、ImageChops、ImageColor、ImageDraw、ImagePath、ImageFile、ImageEnhance、PSDraw、ImageFont、ImageFilter、ImageMath、ImagePalette...等。

引用:https://pillow.readthedocs.io/en/latest/

由於PIL對Python3.x的支援不是很好,可以改用擴展庫pillow代替。

  • 安裝pillow:pip install pillow
  • 匯入模組:from PIL import Image
  • 基本語法:
    • 開啟圖片檔:im = Image.open('檔案名稱')
    • 顯示圖形:im.show()
    • 查看圖片資訊:im.format、im.size、im.height、im.width

驗證圖片1

驗證圖片2

captcha's People

Contributors

a192921 avatar

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.