BARTULA CODE

Category: Python

Crop images by transparent

I was looking for script which allows crop iamges by their transparency. Python comes with help. You only need to instal PIL librarry pip install

Extend »

Checking page performance of websites

So today i was working with python to use the it to check load time of website. Prerequirments wget https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-linux64.tar.gz tar -xf geckodriver-v0.26.0-linux64.tar.gz sudo mv

Extend »