├── DB_Automation.py ├── Github.py ├── Org_Automation ├── Compare_list.py ├── Endpoint_Hit.py ├── Endpoint_hit2.py └── List_with_sort.py ├── Python-Speech ├── FILE_HANDLING.py ├── SLIDES_PYTHON.py ├── SPEECH.py ├── Text.txt ├── dummypdf.pdf ├── newText.txt └── test.py ├── Python ├── .DS_Store ├── Marks.csv ├── NEWS.py ├── OTP_VERIFICATION.py ├── PASSWORD_GENERATOR.py ├── Python_Cars_class.py ├── QR_CODE_WORKING.py ├── SCRAPE_WEBSITE_WORKING.py ├── finalmail.py ├── myyoutube.svg ├── news.csv └── template.txt └── kubernetes_Access.py /DB_Automation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveen1994dec/python_automation/HEAD/DB_Automation.py -------------------------------------------------------------------------------- /Github.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveen1994dec/python_automation/HEAD/Github.py -------------------------------------------------------------------------------- /Org_Automation/Compare_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveen1994dec/python_automation/HEAD/Org_Automation/Compare_list.py -------------------------------------------------------------------------------- /Org_Automation/Endpoint_Hit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveen1994dec/python_automation/HEAD/Org_Automation/Endpoint_Hit.py -------------------------------------------------------------------------------- /Org_Automation/Endpoint_hit2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveen1994dec/python_automation/HEAD/Org_Automation/Endpoint_hit2.py -------------------------------------------------------------------------------- /Org_Automation/List_with_sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveen1994dec/python_automation/HEAD/Org_Automation/List_with_sort.py -------------------------------------------------------------------------------- /Python-Speech/FILE_HANDLING.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveen1994dec/python_automation/HEAD/Python-Speech/FILE_HANDLING.py -------------------------------------------------------------------------------- /Python-Speech/SLIDES_PYTHON.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveen1994dec/python_automation/HEAD/Python-Speech/SLIDES_PYTHON.py -------------------------------------------------------------------------------- /Python-Speech/SPEECH.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveen1994dec/python_automation/HEAD/Python-Speech/SPEECH.py -------------------------------------------------------------------------------- /Python-Speech/Text.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveen1994dec/python_automation/HEAD/Python-Speech/Text.txt -------------------------------------------------------------------------------- /Python-Speech/dummypdf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveen1994dec/python_automation/HEAD/Python-Speech/dummypdf.pdf -------------------------------------------------------------------------------- /Python-Speech/newText.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveen1994dec/python_automation/HEAD/Python-Speech/newText.txt -------------------------------------------------------------------------------- /Python-Speech/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveen1994dec/python_automation/HEAD/Python-Speech/test.py -------------------------------------------------------------------------------- /Python/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveen1994dec/python_automation/HEAD/Python/.DS_Store -------------------------------------------------------------------------------- /Python/Marks.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveen1994dec/python_automation/HEAD/Python/Marks.csv -------------------------------------------------------------------------------- /Python/NEWS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveen1994dec/python_automation/HEAD/Python/NEWS.py -------------------------------------------------------------------------------- /Python/OTP_VERIFICATION.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveen1994dec/python_automation/HEAD/Python/OTP_VERIFICATION.py -------------------------------------------------------------------------------- /Python/PASSWORD_GENERATOR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveen1994dec/python_automation/HEAD/Python/PASSWORD_GENERATOR.py -------------------------------------------------------------------------------- /Python/Python_Cars_class.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveen1994dec/python_automation/HEAD/Python/Python_Cars_class.py -------------------------------------------------------------------------------- /Python/QR_CODE_WORKING.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveen1994dec/python_automation/HEAD/Python/QR_CODE_WORKING.py -------------------------------------------------------------------------------- /Python/SCRAPE_WEBSITE_WORKING.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveen1994dec/python_automation/HEAD/Python/SCRAPE_WEBSITE_WORKING.py -------------------------------------------------------------------------------- /Python/finalmail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveen1994dec/python_automation/HEAD/Python/finalmail.py -------------------------------------------------------------------------------- /Python/myyoutube.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveen1994dec/python_automation/HEAD/Python/myyoutube.svg -------------------------------------------------------------------------------- /Python/news.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveen1994dec/python_automation/HEAD/Python/news.csv -------------------------------------------------------------------------------- /Python/template.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveen1994dec/python_automation/HEAD/Python/template.txt -------------------------------------------------------------------------------- /kubernetes_Access.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveen1994dec/python_automation/HEAD/kubernetes_Access.py --------------------------------------------------------------------------------