Skip to content

P-Faust/ElvUI-Update-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

ElvUI-Update-Script

Steps to use:

  1. Edit the config.ini file:
  • Download_Path = Where should ElvUI gets downloaded
  • WoW_Path = Your \Interface\AddOns folder
  1. Create an Virtual Environment with the needed packages:
  • python -m venv env
    pip install -r requirements.txt
    
  1. Access the Virtual Environment: Run the Activate batch or powershell file in /env/Scripts/
  2. Run the Script:
    python pyelvui.py
    

I've written a small batch file which activates the Virtual Environment and starts the script. You could add this batch file in the Windows Task Scheduler

About

Script which updates elvui via python and selenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published