Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 271 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 271 Bytes

Elden Ring Checklist Generator

Utilizes Selenium, BeautifulSoup, and Pandas

Setup

Assuming python and jupyter notebook have already been installed

  1. pip install bs4
  2. pip install html5lib
  3. pip install webdriver_manager
  4. pip install selenium