├── .github └── ISSUE_TEMPLATE │ ├── custom.md │ └── feature_request.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── SECURITY.md └── img ├── Screenshot-dl-status.webp ├── Screenshot-main.webp ├── doge_rich_screen_downloader_widget.webp ├── github_mode_transport.png ├── home_rich.png ├── readme.md ├── refresh.png ├── richAddressDownloader_HeaderMode1.png └── setting.png /.github/ISSUE_TEMPLATE/custom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pymmdrza/RichAddressDownloader/HEAD/.github/ISSUE_TEMPLATE/custom.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pymmdrza/RichAddressDownloader/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pymmdrza/RichAddressDownloader/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pymmdrza/RichAddressDownloader/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pymmdrza/RichAddressDownloader/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pymmdrza/RichAddressDownloader/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pymmdrza/RichAddressDownloader/HEAD/SECURITY.md -------------------------------------------------------------------------------- /img/Screenshot-dl-status.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pymmdrza/RichAddressDownloader/HEAD/img/Screenshot-dl-status.webp -------------------------------------------------------------------------------- /img/Screenshot-main.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pymmdrza/RichAddressDownloader/HEAD/img/Screenshot-main.webp -------------------------------------------------------------------------------- /img/doge_rich_screen_downloader_widget.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pymmdrza/RichAddressDownloader/HEAD/img/doge_rich_screen_downloader_widget.webp -------------------------------------------------------------------------------- /img/github_mode_transport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pymmdrza/RichAddressDownloader/HEAD/img/github_mode_transport.png -------------------------------------------------------------------------------- /img/home_rich.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pymmdrza/RichAddressDownloader/HEAD/img/home_rich.png -------------------------------------------------------------------------------- /img/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pymmdrza/RichAddressDownloader/HEAD/img/readme.md -------------------------------------------------------------------------------- /img/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pymmdrza/RichAddressDownloader/HEAD/img/refresh.png -------------------------------------------------------------------------------- /img/richAddressDownloader_HeaderMode1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pymmdrza/RichAddressDownloader/HEAD/img/richAddressDownloader_HeaderMode1.png -------------------------------------------------------------------------------- /img/setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pymmdrza/RichAddressDownloader/HEAD/img/setting.png --------------------------------------------------------------------------------