A classic integrated handwritten-poster downloader, in Chinese.
- When you want to draw a poster but you've got no idea;
- When your teacher/boss let you draw a poster but you don't want to.
- An iPhone/iPad. You can run on a computer, though.
- Pythonista (or any software that can run Python 3) installed.
- Clone or download this project, and delete everything except the 'src' directory.
- Import 'src' into Pythonista, then rename 'src' to 'PosteeDown'.
- Run 'PosteeDownUI.py', then a GUI window will popup.
- Change arguments by manipulating the
TextField
and theButton
s. - Tap download to download, and you can see the images in directory
~/下载的手抄报
.
If you are not running in iOS, then you can call the download function manually, but please note that you need to change the download path in the code. (MobilePaths.py)
- Adapt computers.
- Change
.pyui
framework to PySimpleGUI. - Not only crawl the images, but generate it.