hbmartin commited on
Commit
b2d5e61
·
1 Parent(s): fdd6fce

added GUIs section and SO link

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -21,6 +21,7 @@
21
  * [Usage](#usage)
22
  * [Command-line interface](#command-line-interface)
23
  * [Development](#development)
 
24
 
25
  ## Installation
26
 
@@ -292,7 +293,8 @@ This project is linted with [pyflakes](https://github.com/PyCQA/pyflakes), forma
292
 
293
  Treat other people with helpfulness, gratitude, and consideration! See the [Python Community Code of Conduct](https://www.python.org/psf/codeofconduct/).
294
 
295
- #### See also
296
  * [youtube-python](https://github.com/rohitkhatri/youtube-python) - client for the YouTube data API
297
  * [YouTubeDownload](https://github.com/hbmartin/YouTubeDownload) - GUI frontend for pytube3
298
  * [Pytube-GUI](https://github.com/GAO23/Pytube-GUI) - Simple GUI frontend for pytube3
 
 
21
  * [Usage](#usage)
22
  * [Command-line interface](#command-line-interface)
23
  * [Development](#development)
24
+ * [GUIs and other libraries](#guis-and-other-libraries)
25
 
26
  ## Installation
27
 
 
293
 
294
  Treat other people with helpfulness, gratitude, and consideration! See the [Python Community Code of Conduct](https://www.python.org/psf/codeofconduct/).
295
 
296
+ ## GUIs and other libraries
297
  * [youtube-python](https://github.com/rohitkhatri/youtube-python) - client for the YouTube data API
298
  * [YouTubeDownload](https://github.com/hbmartin/YouTubeDownload) - GUI frontend for pytube3
299
  * [Pytube-GUI](https://github.com/GAO23/Pytube-GUI) - Simple GUI frontend for pytube3
300
+ * [StackOverflow questions](https://stackoverflow.com/questions/tagged/pytube)