A simple CLI utility that allows you to search for papers on ArXiv, download them or open the ArXiv webpage for more information.
BeautifulSoup4, install with:
pip install bs4
Rich, install with:
pip install rich
Or everything together using requirements.txt
:
pip install -r requirements.txt