Skip to content

trippuroskie/youtube-to-mp3-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube to Mp3 Converter

By: Tripp Uroskie 11/23/24

About: A simple web app used to convert YouTube videos from URL to Mp3. Can also run in command line via local-main.py.

To use fully in browser: https://youtube-to-mp3-app.streamlit.app/

How to use in Browser (on MacOS)

  1. Navigate to project folder in terminal
  2. run 'pip install requirements.txt'
  3. run 'streamlit run st-main.py'
  4. browser should automatically open. If not, navigate to http://localhost:8502/ in browser
  5. Enter YouTube URL
  6. Hit 'Download Audio' button
  7. ENJOY!!

How to use in command line (on MacOS)

  1. Navigate to project folder in terminal
  2. run 'python3 local-main.py' or 'python local-main.py' depending on version of Python
  3. Enter YouTube URL
  4. Hit Enter
  5. ENJOY!!

Releases

No releases published

Packages

No packages published

Languages