GithubHelp home page GithubHelp logo

yt-downloader's Introduction

YT downloader

Simple desktop app to download audio or video from YouTube.

Description

The app allows a public YouTube video to be downloaded in the format of your choice based on the URL provided.

The UI supports changing the language and theme of the application.

Getting Started

To clone repository and install required libs use commands:

  git clone https://github.com/HawerPL/yt-downloader.git
  cd yt-downloader
  pip install -r requirements.txt

Executing program

To run program use command:

  python main.py

Executable program

To create executable program use commands CustomTkinter docs Windows PyInstaller

Help

Description for settings (config.py)

Settings Default Value Available values Description
LANGUAGE EN EN, PL Language for app
MODE System System, Light, Dark Default theme for app
GEOMETRY "1020x720" Any value in format %Number%x%Number% Default windows resolution

Add new language

  • For example deutsch in Linux
  cd translations
  mkdir -p de/LC_MESSAGES
  cp en/LC_MESSAGES/messages.po de/LC_MESSAGES/messages.po
  vi de/LC_MESSAGES/messages.po
  cd ..
  pybabel compile -f -d translations
  • For example deutsch in Windows
  Set-Location translations
  New-Item -ItemType Directory -Path .\de\LC_MESSAGES -Force
  Copy-Item .\en\LC_MESSAGES\messages.po .\de\LC_MESSAGES\messages.po
  notepad .\de\LC_MESSAGES\messages.po
  Set-Location ..
  pybabel compile -f -d translations

Authors

Contributors names and contact info

  • HawerPL

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

yt-downloader's People

Contributors

hawerpl avatar

Watchers

 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.