万年素人からHackerへの道

万年素人がHackerになれるまで殴り書きするぜ。

2020-04-26から1日間の記事一覧

TestCafeでSelectorで回す

https://medium.com/@tg16/how-to-iterate-links-and-click-them-in-testcafe-76bcc3fada7c

正方形画像リサイズスクリプト Python

Python2だけw square_images.py # -*- coding: utf-8 -*- from glob import glob from wand.image import Image import os, sys def __squareImage( image ) : ''' 画像の正方形化 @param image 画像オブジェクト ''' width = image.width height = image.he…