├── .github ├── Geogramint_code.png ├── Geogramint_image.png ├── Geogramint_results.png ├── Geogramint_search.png ├── Geogramint_settings_1.png ├── Geogramint_settings_2.png ├── by-alb310.svg ├── fox badge.png ├── privacy_settings.jpg └── workflows │ └── python-app.yml ├── .gitignore ├── CLI ├── TelegramAPIRequests_CLI.py ├── geogramint_cli.py ├── ressources_cli.py └── settings_cli.py ├── LICENSE.md ├── README.md ├── api └── TelegramAPIRequests.py ├── appfiles ├── DejaVuSans.ttf ├── Geogramint.ico ├── Geogramint.png ├── Teko-SemiBold.ttf ├── config.ini ├── error_anim.gif ├── ok_anim.gif ├── orange_loading.gif ├── placeholder.png └── settings.png ├── geogramint.kv ├── geogramint.py ├── kivy_garden └── mapview │ └── icons │ ├── cluster.png │ └── marker.png ├── mapfiles ├── map.kv ├── map.py ├── markercenter.kv └── markercenter.py ├── requirements.txt └── utils ├── Group.py ├── User.py ├── ressources.py ├── resultDisplay.py └── settings.py /.github/Geogramint_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/.github/Geogramint_code.png -------------------------------------------------------------------------------- /.github/Geogramint_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/.github/Geogramint_image.png -------------------------------------------------------------------------------- /.github/Geogramint_results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/.github/Geogramint_results.png -------------------------------------------------------------------------------- /.github/Geogramint_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/.github/Geogramint_search.png -------------------------------------------------------------------------------- /.github/Geogramint_settings_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/.github/Geogramint_settings_1.png -------------------------------------------------------------------------------- /.github/Geogramint_settings_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/.github/Geogramint_settings_2.png -------------------------------------------------------------------------------- /.github/by-alb310.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/.github/by-alb310.svg -------------------------------------------------------------------------------- /.github/fox badge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/.github/fox badge.png -------------------------------------------------------------------------------- /.github/privacy_settings.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/.github/privacy_settings.jpg -------------------------------------------------------------------------------- /.github/workflows/python-app.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/.github/workflows/python-app.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/.gitignore -------------------------------------------------------------------------------- /CLI/TelegramAPIRequests_CLI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/CLI/TelegramAPIRequests_CLI.py -------------------------------------------------------------------------------- /CLI/geogramint_cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/CLI/geogramint_cli.py -------------------------------------------------------------------------------- /CLI/ressources_cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/CLI/ressources_cli.py -------------------------------------------------------------------------------- /CLI/settings_cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/CLI/settings_cli.py -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/README.md -------------------------------------------------------------------------------- /api/TelegramAPIRequests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/api/TelegramAPIRequests.py -------------------------------------------------------------------------------- /appfiles/DejaVuSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/appfiles/DejaVuSans.ttf -------------------------------------------------------------------------------- /appfiles/Geogramint.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/appfiles/Geogramint.ico -------------------------------------------------------------------------------- /appfiles/Geogramint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/appfiles/Geogramint.png -------------------------------------------------------------------------------- /appfiles/Teko-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/appfiles/Teko-SemiBold.ttf -------------------------------------------------------------------------------- /appfiles/config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/appfiles/config.ini -------------------------------------------------------------------------------- /appfiles/error_anim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/appfiles/error_anim.gif -------------------------------------------------------------------------------- /appfiles/ok_anim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/appfiles/ok_anim.gif -------------------------------------------------------------------------------- /appfiles/orange_loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/appfiles/orange_loading.gif -------------------------------------------------------------------------------- /appfiles/placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/appfiles/placeholder.png -------------------------------------------------------------------------------- /appfiles/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/appfiles/settings.png -------------------------------------------------------------------------------- /geogramint.kv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/geogramint.kv -------------------------------------------------------------------------------- /geogramint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/geogramint.py -------------------------------------------------------------------------------- /kivy_garden/mapview/icons/cluster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/kivy_garden/mapview/icons/cluster.png -------------------------------------------------------------------------------- /kivy_garden/mapview/icons/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/kivy_garden/mapview/icons/marker.png -------------------------------------------------------------------------------- /mapfiles/map.kv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/mapfiles/map.kv -------------------------------------------------------------------------------- /mapfiles/map.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/mapfiles/map.py -------------------------------------------------------------------------------- /mapfiles/markercenter.kv: -------------------------------------------------------------------------------- 1 | : -------------------------------------------------------------------------------- /mapfiles/markercenter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/mapfiles/markercenter.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/requirements.txt -------------------------------------------------------------------------------- /utils/Group.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/utils/Group.py -------------------------------------------------------------------------------- /utils/User.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/utils/User.py -------------------------------------------------------------------------------- /utils/ressources.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/utils/ressources.py -------------------------------------------------------------------------------- /utils/resultDisplay.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/utils/resultDisplay.py -------------------------------------------------------------------------------- /utils/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C3n7ral051nt4g3ncy/Geogramint/HEAD/utils/settings.py --------------------------------------------------------------------------------