Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 882 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 882 Bytes

Joew-SteamWorkshop-ModsInfo

Python 3.9 Script that gets all mod's name and links from one list(string) of mods.

[x] Requeriments:

  • Python 3.9
  • Pip

[x] Instructions:

1- Download both .py and requeriments.txt to the same folder.

2- Open CMD in this folder and install dependencies:

pip install -r requirements.txt

3- Edit the file: Joew-SteamWorkshop-ModsInfo.py and set your mods list:

# Set your mods here:
modidslist = "1629667379,1629965981,1644646859"

4- Run the python script:

python Joew-SteamWorkshop-ModsInfo.py

[x] Installing Python and Pip:

1- Download and install python from here

2- Download get-pip.py from here

3- Open CMD and install get-pip.py:

python C:\folder\where\you\downloaded\get-pip.py