Giter Club home page Giter Club logo

tek-plexor's Introduction

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 - [email protected] Soma Szabo - [email protected]

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

(back to top)

tek-plexor's People

Contributors

nickmatthews713 avatar webkingdom avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.