Posts

Showing posts from August, 2020

Image to video using python

Image
 complete video recorder using python #without mouse pionter Code from here: # -*- coding: utf-8 -*- ########################################################################### ## Python code generated with wxFormBuilder (version Jun 17 2015) ## http://www.wxformbuilder.org/ ## ## PLEASE DO "NOT" EDIT THIS FILE! ########################################################################### import wx import wx.xrc import pyscreenshot import os from PIL import ImageGrab import subprocess ########################################################################### ## Class MyFrame1 ########################################################################### TEMPDIR = 'C:\Users\Md. Khafi Hossain\Desktop\Python Tutorial' class MyFrame1 ( wx.Frame ):         def __init__( self, parent ):         wx.Frame.__init__ ( self, parent, id = wx.ID_ANY, title = u"Screen Capture", pos = wx.DefaultPosition, size = wx.Size( 208,70 ), style = wx.DEFAULT_FRAME_STYLE|wx.TAB_TRAVERSAL