Posts

Stopwatch in kivy using Clock object

Image
This post is about the development of stopwatch in kivy using the clock object of kivy. >>> Basically, clock object is about scheduling of intervals after  specific time (time should be in seconds) and we can schedule it for once only and we can unschedule it whenever we want. Here is the code with detailed comments      👇👇👇👇👇:- from  kivy.base  import  runTouchApp from  kivy.lang  import  Builder from  kivy.clock  import  Clock from  kivy.config  import  Config from  kivy.uix.screenmanager  import  Screen, ScreenManager #setting up the size of window Config.set( 'graphics' ,  'resizable' ,  True ) Config.set( 'graphics' ,  'width' ,  350 ) Config.set( 'graphics' ,  'height' ,  300 ) # global variables for time   msec  =   0 mmin  =   0 mhr  =   0 class   Stopwatch ( Screen ):      def   start_func ( self ,  tim ):          global  event          # event function is to check the seconds and convert it into minutes and then m

Download Whatsapp status without using any other application

Image
 Step 1:             >>Go to File manager               >>Open File Manager settings             >>Turn ON show hidden files option as shown in picture                 Step 2:             >> Go to Whatsapp Folder in file manager               >> Open Media Folder (in Whatsapp folder)             >> Then Open .Statuses Folder (in Media Folder) All statuses seen by you on your whatsapp are saved in this folder you can see them anytime you want. Stay Connected with our blog for more interesting tricks and posts.💓😎😍