Metadata-Version: 2.1
Name: Mashup-Pulkit-102003619
Version: 1.0.1
Summary: A Python program that allows user to create mashup of audios which are extracted from youtube videos requested singer
Home-page: https://github.com/Pulkit0103
Author: Pulkit
Author-email: girdhar.pulkit.2002@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pathlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pydub
Requires-Dist: pytube

# Youtube Mashup Project
# Made by Pulkit - 102003619


## Project Description
This module is used to create mashup of youtube video audios. 
It takes four Inputs.
It takes string ```Name of the Singer```, int ```number of youtube videos``` , int ```duration of audio from each videos``` and .mp3```Name of audio file by which final mashup audio will be saved```.


## Requirements
```pip install pytube```
```pip install pydub```
```pip install pandas```

## Installation
```pip install Mashup-Pulkit-102003619```

## or Alternatively use 
```python -m pip install Mashup-Pulkit-102003619```

## Sample execution command format
python "python file to be executed" number_of_videos duration_of_audio "output_filename.mp3"


## License

Â© 2023 Pulkit

This repository is licensed under the MIT license. See LICENSE for details.
