Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated old libs #6

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ A simple GUI built using Tkinter and pytube for downloading videos from YouTube.
***NOTE: This is meant to be used for educational purposes only.***

## Dependencies:
1. [pytube](https://pypi.org/project/pytube/)
> This is an external library and can be installed using the command `pip install pytube`.
1. [pytubefix]
> This is an external library and can be installed using the command `pip install pytubefix`.

2. [CustomTkinter](https://github.com/TomSchimansky/CustomTkinter)
> This is an external library and can be installed using the command `pip install customtkinter`.
Expand All @@ -18,7 +18,7 @@ A simple GUI built using Tkinter and pytube for downloading videos from YouTube.
## Usage:
1. Clone this repository in your desired directory.

2. Run the command: ```python python_youtube_downloader.py``` and a simple GUI will pop-up:
2. Run the command: ```pythonw.exe python_youtube_downloader.pyw``` and a simple GUI will pop-up:
<p align="center">
<img src="https://user-images.githubusercontent.com/93064304/171878383-c3ddab52-ab37-4326-9eef-d7938fb3ba10.png">
</p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
from pytube import YouTube, exceptions
from pytubefix import YouTube, exceptions
from time import time
from tkinter import *
from customtkinter import *
Expand Down
Binary file modified requirements.txt
Binary file not shown.