Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 859 Bytes

File metadata and controls

18 lines (14 loc) · 859 Bytes

Description:

Here is Python Script which converts an image to sketch.

Tkinter: Tkinter is a standard library in Python which is used for GUI application. Tkinter has various controls which are used to build a GUI-based application.

  • pip install tkinter
  • import tkinter
  • use label function to give field name
  • use Entry function to create entry field.
  • use Checkbutton function to create a checkbox
  • use Button function to create submit button.

Sample Output:

For any queries please contact?