Skip to content

Python application for downloading the highest quality music from online sources

License

Notifications You must be signed in to change notification settings

nickmatthews713/tek-plexor

Repository files navigation

TekPlexor

High quality audio download tool

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Resources
  5. License
  6. Contact
  7. Acknowledgments

About The Project

TekPlexor was inspired by the lack of online audio downloading tools. Existing tools make it difficult to retrieve multiple songs at once and are often low quality.

TekPlexor eliminates the hassle with an easy-to-use interface, leveraging ffmpeg under the hood to bring out the best sound.

Built With

  • Python Language
  • PyQt6
  • PyTube

Getting Started - Development

Prerequisites

poetry

poetry is a virtual environment and package manager tool used to organize TexPlexor development. Instructions for install can be found here

ffmpeg

In the code, Python makes system calls to the ffmpeg tool for audio codec conversion. You will need to have this tool installed on your machine for the app to work. Instructions for install can be found here

Installation

  1. Clone the repo and navigate into the directory

    git clone https://github.com/dj-devtek/tek-plexor.git
    cd tek-plexor
  2. Configure and install the environemt

    First, poetry needs to be configured to add the venv directly to the project directory (optional)

    poetry config virtualenvs.in-project true

    Now, setup the venv and install the packages required for the application

    poetry install --no-root

Development

Start by activating the virtual environment

Mac
source .venv/bin/activate
Windows
.venv\Scripts\activate

To open the PyQt6 designer editor, run

pyqt6-tools designer

pyqt6 .ui files can be found under tek-plexor/tp_interface/ui. Once you have saved new changes in designer, convert the .ui file to Python with the following command from the tp_interface directory...

pyuic6 -o main_window_ui.py -x ui/main_window.ui

Resources

Pytube Docs

WEBM to MP3

FFMPEG Encodings

MP4 Tags (Mutagen)

Opus Tags

eyed3 Docs

Youtube Formats

License

See LICENSE for more information.

Contact

Nick Matthews - nickd.mf7@gmail.com Soma Szabo - soma.szabo15@gmail.com

Project Link: https://github.com/dj-devtek/tek-plexor

(back to top)

About

Python application for downloading the highest quality music from online sources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages