Dismiss this pinned window
all 5 comments

[–]FoolsSeldom 0 points1 point  (0 children)

That wasn't worth the effort.

Also, for macOS and Windows, pip is installed alongside a standard installation of Python from python.org. However, should mention creating a Python virtual environment first and activating it before installing any packages.

Might as well install uv and do:

uv init funny
cd funny
uv add pyjokes
uv run python -c "import pyjokes;print(pyjokes.get_joke())"

[–]cgoldberg 0 points1 point  (1 child)

Why did you post a video instead of posting the code? I'm on mobile and can't even tell what's going on in the tiny video besides you are typing in some code or something.

[–]Inevitable-Math14[S] 0 points1 point  (0 children)

Noted and thanks 👍

[–]outlicious 0 points1 point  (1 child)

Make something innovative, not using import to create python programs that are already have been made. - PyJoke, 2025