dragen1860 / CodeEpisode

Useful small code episode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Code episode

collect some usefull code episode here.

  • dragdrop.py implement drag and drop image operation, the app will accept the dragged image file and display it on central qlabel.

  • slide.py utils.py implement image slide function using QMainWindow. press left/right arrow to navigate and ESC to exit.

  • server.py client.py implement request get/post and flask get/post request/response we can use it to compose web page or local-based application

About

Useful small code episode


Languages

Language:Python 100.0%