https://github.com/akash-rajak/gui-scroll-view
Implemented Scroll View in GUI window.
https://github.com/akash-rajak/gui-scroll-view
gui python3 scrollview tkinter
Last synced: over 1 year ago
JSON representation
Implemented Scroll View in GUI window.
- Host: GitHub
- URL: https://github.com/akash-rajak/gui-scroll-view
- Owner: akash-rajak
- Created: 2021-07-31T15:10:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-07T12:42:49.000Z (over 4 years ago)
- Last Synced: 2025-02-01T03:28:29.265Z (over 1 year ago)
- Topics: gui, python3, scrollview, tkinter
- Language: Python
- Homepage:
- Size: 802 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ✔ GUI Scroll View
- An GUI Scroll View created in python with tkinter gui.
- Here implemented the scroll bar in the tkinter GUI window.
- Normally in tkinter GUI, user had to do everything in the GUI window size only.
- So using this user can place multiple widgets like, text, image or button in single video using scroll bar.
****
### REQUIREMENTS :
- python 3
- tkinter module
- from PIL import Image, ImageTk
****
### HOW TO Use it :
- User just need to download the file, and run the gui_scroll_view.py, on local system.
- After running a GUI window appears, where user will be able to see a vertical scroll bar on the right side of tkinter video.
- Using that scroll bar, user can navidate up and down in the GUI window and also be able to add more widgets in single window only.
- Also there is exit button, clicking on which we get a exit dialog box asking the permission to exit.
### Purpose :
- This scripts helps user to easily get place many widgets in single GUI window of tkinter and can navigate between them using scrol bar.
### Compilation Steps :
- Install tkinter, PIL
- After that download the code file, and run gui_scroll_view.py on local system.
- Then the script will start running and user can explore it by scrolling using the right scroll bar and navigating between different widgets.
****
### SCREENSHOTS :






****
### Author :
- Akash Ramanand Rajak