├── Basic_Digital_Clock ├── DigitalClock.py └── README.md ├── CODE_OF_CONDUCT.md ├── Image_Cartoonization ├── README.md └── cartoon.py ├── Image_Compressor ├── ImageCompressor.py └── README.md ├── LICENSE ├── README.md ├── SMS_Sender ├── README.md ├── SMS.png ├── SMSAutomation.py └── SMS_Sender.png ├── Screenshot_Taker ├── README.md └── ScreenshotTaker.py ├── Text2Audio_Converter ├── README.md └── Text2Audio.py ├── URL_Shortener ├── README.md ├── URL Shortener Screenshot.png └── URLShortener.py ├── Video2Audio_Converter ├── README.md └── converter.py └── _config.yml /Basic_Digital_Clock/DigitalClock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Pythonista_ForAll/HEAD/Basic_Digital_Clock/DigitalClock.py -------------------------------------------------------------------------------- /Basic_Digital_Clock/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Pythonista_ForAll/HEAD/Basic_Digital_Clock/README.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Pythonista_ForAll/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /Image_Cartoonization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Pythonista_ForAll/HEAD/Image_Cartoonization/README.md -------------------------------------------------------------------------------- /Image_Cartoonization/cartoon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Pythonista_ForAll/HEAD/Image_Cartoonization/cartoon.py -------------------------------------------------------------------------------- /Image_Compressor/ImageCompressor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Pythonista_ForAll/HEAD/Image_Compressor/ImageCompressor.py -------------------------------------------------------------------------------- /Image_Compressor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Pythonista_ForAll/HEAD/Image_Compressor/README.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Pythonista_ForAll/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Pythonista_ForAll/HEAD/README.md -------------------------------------------------------------------------------- /SMS_Sender/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Pythonista_ForAll/HEAD/SMS_Sender/README.md -------------------------------------------------------------------------------- /SMS_Sender/SMS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Pythonista_ForAll/HEAD/SMS_Sender/SMS.png -------------------------------------------------------------------------------- /SMS_Sender/SMSAutomation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Pythonista_ForAll/HEAD/SMS_Sender/SMSAutomation.py -------------------------------------------------------------------------------- /SMS_Sender/SMS_Sender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Pythonista_ForAll/HEAD/SMS_Sender/SMS_Sender.png -------------------------------------------------------------------------------- /Screenshot_Taker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Pythonista_ForAll/HEAD/Screenshot_Taker/README.md -------------------------------------------------------------------------------- /Screenshot_Taker/ScreenshotTaker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Pythonista_ForAll/HEAD/Screenshot_Taker/ScreenshotTaker.py -------------------------------------------------------------------------------- /Text2Audio_Converter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Pythonista_ForAll/HEAD/Text2Audio_Converter/README.md -------------------------------------------------------------------------------- /Text2Audio_Converter/Text2Audio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Pythonista_ForAll/HEAD/Text2Audio_Converter/Text2Audio.py -------------------------------------------------------------------------------- /URL_Shortener/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Pythonista_ForAll/HEAD/URL_Shortener/README.md -------------------------------------------------------------------------------- /URL_Shortener/URL Shortener Screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Pythonista_ForAll/HEAD/URL_Shortener/URL Shortener Screenshot.png -------------------------------------------------------------------------------- /URL_Shortener/URLShortener.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Pythonista_ForAll/HEAD/URL_Shortener/URLShortener.py -------------------------------------------------------------------------------- /Video2Audio_Converter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Pythonista_ForAll/HEAD/Video2Audio_Converter/README.md -------------------------------------------------------------------------------- /Video2Audio_Converter/converter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Pythonista_ForAll/HEAD/Video2Audio_Converter/converter.py -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Pythonista_ForAll/HEAD/_config.yml --------------------------------------------------------------------------------