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
- Host: GitHub
- URL: https://github.com/dragen1860/codeepisode
- Owner: dragen1860
- Created: 2015-11-10T07:56:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-13T08:21:30.000Z (almost 10 years ago)
- Last Synced: 2025-02-08T10:42:43.244Z (8 months ago)
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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