Python modules
A Python cli that allows you to search PubMed for publications based on a specific query term and a specified number of days back. The module use the Biopython library to interact with the PubMed database.
Features:
Search PubMed for recent publications using a specific query term
Specify the number of days back to search
Fetch article details including title, authors, journal, publication date, PubMed ID, and DOI URL
View abstracts of selected articles
Open article URLs in default browser
Option to output the results to a CSV file