An open API service indexing awesome lists of open source software.

https://github.com/elrf3lipes/python_automation_projects

Scripts to automate general time-consuming tasks
https://github.com/elrf3lipes/python_automation_projects

api-integration automation beautifulsoup biopython-library clinical-trials data-aggregation data-parsing etl-automation json-data-handling pandas pubmed python scraper

Last synced: about 1 year ago
JSON representation

Scripts to automate general time-consuming tasks

Awesome Lists containing this project

README

          

# Python_Automation_Projects

**News_scraper** - These are the codes and concepts I've learned from FreeCodeCamp.org - How to use Python automation to perform common tasks - Full Course by @1littlecoder

**Pubmed_Clinical_Trials_data_extraction_1** - Data extraction and parser with Pubmed and ClinicalTrials API-integration, using Biopython, Requests, urllib, xml.etree, IPython and Pandas. I decided to make it public because when I was developing the project I encountered many posts from people looking for similar solutions, hopefully this might help someone else trying to achieve the same goal!

**pdf_invoice_generator** - Addaptation of the code: How to Create PDF Files with Python from The PyCoach

**JSON_data_converter** - A script to reformat JSON input data.