About the app

PyTube (the app) is a free, open-source version of YouTube, but made for Python. It mimics the Y2K aesthetics. Please note that the app hasn't released yet.

How/where do I get it and others?

Currently, Python is available at python.org.

How do I run it?

Download the app.py file, open your terminal, make sure that the terminal is in the same directory as the program, Python is installed, and you have internet access, then run:

python -m pip install yt-dlp pillow ffpyplayer

This will install the extensions required to run the program. Then run:

app.py

Now enjoy!

NOTE: It is in early access. It may crash a lot.

No comments:

Post a Comment

Our Naming Conflict

There so happens to be a Python library also called PyTube, so we've decided to rename our program to "PyTube (App)". Currentl...