File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 11# Scrollable containers which * just work* :tm : !
2-
32If you have developed GUI applications, you probably know the pain of designing a clean front-end only to find that
43your application window is too large for your client's screen. Making the content scrollable is not straightforward (at
54least in Tkinter). Especially not after you have already written a lot of code to draw the content.
65
7- You can use ` ScrollableContainers ` to reduce headaches. Run the following commands to install the package.
8-
9- ``` shell
10- git clone https://github.com/tfpf/ScrollableContainers.git
11- cd ScrollableContainers
12- pip install .
13- ```
14-
15- To update your installation, run the following commands from the root directory of the repository.
6+ You can use ` ScrollableContainers ` to reduce headaches. Run the following command to install the package.
167
178``` shell
18- git pull
19- pip install .
9+ pip install git+https://github.com/tfpf/ScrollableContainers.git
2010```
2111
2212## ` ScrollableFrameTk `
You can’t perform that action at this time.
0 commit comments