Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 470 Bytes

File metadata and controls

13 lines (11 loc) · 470 Bytes

Stacked Layout

An attempt to have each stacked widget/layout in it's own script and import into the app.py.

Getting Started

First, open a folder to store your project in terminal. Then, run the following commands from terminal.

  1. git clone https://github.com/CenturyHSProgramming/stacked-layout.git
  2. cd stacked-layout
  3. poetry update
  4. poetry env activate

In VSCode, click View > Command Palette > Python: Select Interpreter Finally, run app.py