├── .idea ├── Python-Scripts.iml ├── workspace.xml └── workspace.xml___jb_tmp___ ├── 20200816.jpg ├── 20200830.jpg ├── AutomatedTelegramChannel.py ├── Convert-Ebook-To-Kindle-Format.py ├── Django_project_setup.py ├── README.md ├── TOTP.py ├── ascii_image.txt ├── credit_card_validator.py ├── db-backup-pythonanywhere.py ├── desktop_wallpaper_bing.py ├── image.png ├── image_to_ascii.py ├── india_flag_turtle.py ├── log_cleaner.py ├── merry_christmas_using_python.py ├── news_headlines.py ├── olx-location-scrape.py ├── one_million_websites.py ├── permission.py ├── snake_ladder.py ├── stackoverflow_most_popular_technology.py ├── stopwords.txt ├── system_information.py ├── tkinter_gui_file_upload.py ├── tweets_scrapper.py ├── usa_flag.py ├── vaccine_slot_availability.py ├── whl_file_dl.py ├── who_let_the_dogs_out.mp3 └── word_cloud.py /.idea/Python-Scripts.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/.idea/Python-Scripts.iml -------------------------------------------------------------------------------- /.idea/workspace.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.idea/workspace.xml___jb_tmp___: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /20200816.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/20200816.jpg -------------------------------------------------------------------------------- /20200830.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/20200830.jpg -------------------------------------------------------------------------------- /AutomatedTelegramChannel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/AutomatedTelegramChannel.py -------------------------------------------------------------------------------- /Convert-Ebook-To-Kindle-Format.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/Convert-Ebook-To-Kindle-Format.py -------------------------------------------------------------------------------- /Django_project_setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/Django_project_setup.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/README.md -------------------------------------------------------------------------------- /TOTP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/TOTP.py -------------------------------------------------------------------------------- /ascii_image.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/ascii_image.txt -------------------------------------------------------------------------------- /credit_card_validator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/credit_card_validator.py -------------------------------------------------------------------------------- /db-backup-pythonanywhere.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/db-backup-pythonanywhere.py -------------------------------------------------------------------------------- /desktop_wallpaper_bing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/desktop_wallpaper_bing.py -------------------------------------------------------------------------------- /image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/image.png -------------------------------------------------------------------------------- /image_to_ascii.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/image_to_ascii.py -------------------------------------------------------------------------------- /india_flag_turtle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/india_flag_turtle.py -------------------------------------------------------------------------------- /log_cleaner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/log_cleaner.py -------------------------------------------------------------------------------- /merry_christmas_using_python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/merry_christmas_using_python.py -------------------------------------------------------------------------------- /news_headlines.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/news_headlines.py -------------------------------------------------------------------------------- /olx-location-scrape.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/olx-location-scrape.py -------------------------------------------------------------------------------- /one_million_websites.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/one_million_websites.py -------------------------------------------------------------------------------- /permission.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/permission.py -------------------------------------------------------------------------------- /snake_ladder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/snake_ladder.py -------------------------------------------------------------------------------- /stackoverflow_most_popular_technology.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/stackoverflow_most_popular_technology.py -------------------------------------------------------------------------------- /stopwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/stopwords.txt -------------------------------------------------------------------------------- /system_information.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/system_information.py -------------------------------------------------------------------------------- /tkinter_gui_file_upload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/tkinter_gui_file_upload.py -------------------------------------------------------------------------------- /tweets_scrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/tweets_scrapper.py -------------------------------------------------------------------------------- /usa_flag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/usa_flag.py -------------------------------------------------------------------------------- /vaccine_slot_availability.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/vaccine_slot_availability.py -------------------------------------------------------------------------------- /whl_file_dl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/whl_file_dl.py -------------------------------------------------------------------------------- /who_let_the_dogs_out.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/who_let_the_dogs_out.mp3 -------------------------------------------------------------------------------- /word_cloud.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragrana/Python-Scripts/HEAD/word_cloud.py --------------------------------------------------------------------------------