Skip to content

Python3 module to generate realistic browsers window size.

License

Notifications You must be signed in to change notification settings

carlosplanchon/fakewindowsize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fakewindowsize

Python3 module to generate realistic browsers window size.

Installation

Install with pip

python setup.py install --user

Usage

In [1]: import fakewindowsize

In [2]: f = fakewindowsize.FakeWindowSize()

In [3]: f.get_random_window_size()
Out[3]: (1366, 768)

Releases

No releases published

Packages

No packages published

Languages