Skip to content

Latest commit

 

History

History
 
 

Registration Form

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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?