diff --git a/.gitignore b/.gitignore index 3500581..6043407 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ __pycache__ -/Downloads \ No newline at end of file +/Downloads +build* +*.spec \ No newline at end of file diff --git a/NGAudioDownloader.exe b/NGAudioDownloader.exe new file mode 100644 index 0000000..3600b1a Binary files /dev/null and b/NGAudioDownloader.exe differ diff --git a/README.md b/README.md index fa3b86a..88c707c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Newgrounds Audio Downloader ![(Python 3+)](https://img.shields.io/badge/Python-3+-blue.svg) +# Newgrounds Audio Downloader ![(Python 3+)](https://img.shields.io/badge/Python-3+-blue.svg) ![Windows XP+](https://img.shields.io/badge/Windows-XP+-brightgreen.svg) Well, usually there's a download button on the audio page, but what to do if direct downloads are not allowed by the creator even though you love this song too much? @@ -10,6 +10,8 @@ You just use **this**. - `requests` library - `bs4` library +Or you just use the [`NGAudioDownloader.exe`](NGAudioDownloader.exe) so all you need is ![Windows XP+](https://img.shields.io/badge/Windows-XP+-brightgreen.svg). + ## Usage Just run the code and enter the Newgrounds ID of the song you wanna download. That's all. diff --git a/icon.ico b/icon.ico new file mode 100644 index 0000000..34bdb21 Binary files /dev/null and b/icon.ico differ