Python Forum
generate a fake lag using python?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
generate a fake lag using python?
#1
hi all, So I wanna generate a fake lag using python, fake because even the screen is "non-responsive" the processes is still running (on the background), what I mean by lag is the screen is not moving, maybe what I really mean is to capture the current screen when the script is activated and maintain it for a couple of seconds or until I do something.

Do you think there's any module for this
I wan't to create a simple (fake lag) so that when I put it in a script I'll use "time.sleep()"
so that it would just activate on the specified time.
note:I'm running windows 7 but I want it to run too at other versions of windows and I'm using python 2.7
Reply
#2
Sounds as if you're looking for a screen saver type solution but using a screen capture image.

You might try pyscreenshotautopy or mss.

As a side not, you really should be using the latest version of Python (3.6.3), not the 'dead' version.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply
#3
Hi, I did not yet tried your suggestion but what do you mean "dead" version?
Reply
#4
Python2.x is most likely not going to be maintained after 2020.
Recommended Tutorials:
Reply
#5
well, May I know why? I like 2.7
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help with Python Script to generate SVG Dot Matrix Pattern for LED Light Guide iamrickm 2 709 Aug-25-2023, 06:07 PM
Last Post: iamrickm
  Generate Python variables dynamically Pedroski55 5 2,806 Mar-04-2022, 10:13 PM
Last Post: deanhystad
  how to find difference between fake driving license or real using python? pjaymn 2 2,500 Dec-20-2020, 08:41 PM
Last Post: jefsummers
  Generate RPM package from a Python + Kivy application for an "offline" installation pruvosim 2 2,168 Jun-04-2020, 12:16 PM
Last Post: pruvosim
  generate UML design from python code Phaze90 2 2,427 Apr-13-2020, 11:36 AM
Last Post: Phaze90
  Fake UserAgent Issue NEED HELP ! adultsitem 1 1,815 Feb-07-2020, 04:45 PM
Last Post: snippsat
  How can one generate triangular and sawtooth waves in python? xBlackHeartx 6 13,441 Sep-25-2019, 11:52 PM
Last Post: metulburr
  Generate a report in Python qureshi 2 3,571 Aug-24-2019, 04:50 AM
Last Post: ndc85430
  I need help using Python to generate usernames and passwords with excel documents Jannejannesson 3 3,949 May-08-2019, 02:30 PM
Last Post: Jannejannesson
  How to generate calendar with 2 formats in python luizcrf 1 2,620 Nov-01-2018, 06:46 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020