Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Example programs using popular python UI frameworks.

Notifications You must be signed in to change notification settings

uvm-cscrew/2023-python-ui-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python User Interface Demos

This repository contains all example programs used during CS Crew meetings to show off Python user interface techniques.

Installing Packages

UI projects typically have a lot of libraries that need to be imported. You can install these on your own, or you can use pdm, which is supported by this project.

When cloning into the repository, you can run pdm install to install the required dependencies.

This requires that you have already installed pdm.

Once you have installed everything, you can enter the venv that pdm created. The command to do so should be:

$(pdm venv activate)

This should allow you to run any of the python scripts using the packages that you've installed for the project, meaning that you didn't need to install them globally to use them. (Don't quote me on that)

You can also use the VSCode command palette to select the venv as the interpreter for the current workspace.

About

Example programs using popular python UI frameworks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages