Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About the source code

Briefly, this is source code initialized from uv. It's not like regular Python; you need to use winget install or pip install uv to install uv.

How to install via winget, which is recommended

Like me, if you don't have Python, you can install uv as follows:

Open cmd and enter

winget install uv

Then, enter

uv --version

to check. If it shows the uv version, it means you've succeeded.

Adding libraries

It's very simple, just enter the command

uv add <library name>

and it will add the package you requested.

For example

uv add pygame

You will be able to add the library.

Running code

It's very simple, you just need to enter the command

uv run main.py

and the code will be executed.

About

play, search, download YouTube multimedia

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages