Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.91 KB

README.md

File metadata and controls

41 lines (34 loc) · 1.91 KB

PyMedia

This is a script that allows you to download audio and video files by just giving the description

Installation

  1. Open a terminal or command prompt.
  2. Run the following command to update and upgrade the system packages:
  3. apt-get update && apt-get upgrade
  4. Install Python and Git by running the following command:
  5. pkg install python git
  6. Clone the PyMedia repository by running the following command:
  7. git clone https://github.com/TheNooB4/PyMedia.git
  8. Navigate to the PyMedia directory:

Running the Code

  1. Navigate to the PyMedia directory:
  2. cd PyMedia
  3. Run the following command to start the PyMedia script:
  4. python pymedia.py
  5. The PyMedia script will start running and display a welcome message with options to download audio or video files from YouTube.
  6. Follow the on-screen prompts to choose the desired option and provide necessary information such as artist name, song title, or video name.
  7. Once the download is complete, the script will display a success message indicating the download is finished. The downloaded media file will be saved in the output folder (PyMedia folder on the desktop for Windows, or /sdcard/PyMedia folder for Android).
  8. If you have another audio or video to download, the script will provide an option to download another. You can choose to download another media file or exit the program.
  9. To exit the PyMedia script at any time, select the "Quit" option when prompted for the choice.

Note: Make sure you have a stable internet connection to download media files from YouTube.


Made with ❤️