├── .gitignore ├── CLI.py ├── GUI.py ├── README.md ├── download.py ├── gnome_set_wallpaper.sh └── utils.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orcuslc/BingBest/HEAD/.gitignore -------------------------------------------------------------------------------- /CLI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orcuslc/BingBest/HEAD/CLI.py -------------------------------------------------------------------------------- /GUI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orcuslc/BingBest/HEAD/GUI.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orcuslc/BingBest/HEAD/README.md -------------------------------------------------------------------------------- /download.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orcuslc/BingBest/HEAD/download.py -------------------------------------------------------------------------------- /gnome_set_wallpaper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orcuslc/BingBest/HEAD/gnome_set_wallpaper.sh -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orcuslc/BingBest/HEAD/utils.py --------------------------------------------------------------------------------