File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# Open Song
22### Open youtube song from cli
33### STEPS
4- - #### Install dependencies ` BeautifulSoup ` and ` Requests ` thorugh [ pip] ( https://pip.pypa.io/en/stable/' )
5- - ``` bash
4+ - #### Install dependencies ` BeautifulSoup ` and ` Requests ` through [ pip] ( https://pip.pypa.io/en/stable/' )
5+ ``` bash
6+
67 cd /path/to/I-Learn-Python/open-song
78 python3 open-song.py
9+
810 ```
9- - # ### You can also alias the command if you quickly wanna open it from the terminal
10- ` ` ` sh
11+ - # ### You can also alias the command if you quickly want open it from the terminal
12+ ` ` ` bash
13+
1114 echo alias open-song=' python3 /path/to/open-song.py/' >> ~ /.bash_aliases
15+ source ~ /.bashrc
16+ open-song " the dark side of the moon - Pink Floyd" " Heathens - 21 pilots" " AR Rahman"
17+
1218 ` ` `
1319
You can’t perform that action at this time.
0 commit comments