An open API service indexing awesome lists of open source software.

https://github.com/dragen1860/codeepisode

Useful small code episode
https://github.com/dragen1860/codeepisode

Last synced: 6 months ago
JSON representation

Useful small code episode

Awesome Lists containing this project

README

          

#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