File tree Expand file tree Collapse file tree 1 file changed +32
-1
lines changed
Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Original file line number Diff line number Diff line change 55* Restart tor service, and you got a new IP : D
66
77> [ !IMPORTANT]
8- > This version of the tool is currently supported only on Unix-like operating systems.
8+ > This version of the tool is now supported both on Unix-like and Windows operating systems!
99
1010## Usage
1111
12+ ### Linux:
12131 . Clone the repository:
1314
1415 ``` bash
3233 ` ` ` bash
3334 sudo python3 IP-Changer.py
3435 ` ` `
36+
37+ # ## Windows:
38+
39+ 1. Clone the repository:
40+
41+ ` ` ` bash
42+ git clone https://github.com/isPique/Tor-IP-Changer.git
43+ ` ` `
44+
45+ 2. Navigate to the project directory:
46+
47+ ` ` ` bash
48+ cd Tor-IP-Changer
49+ ` ` `
50+
51+ 3. Install required libraries:
52+
53+ ` ` ` bash
54+ pip install -r requirements.txt
55+ ` ` `
56+
57+ 4. Run the script:
58+
59+ ` ` ` bash
60+ python IP-Changer.py
61+ ` ` `
62+
63+ > [! NOTE]
64+ > Please do NOT edit or delete the ` tor_path.txt` file.
65+
3566< br>
3667
3768! [Terminal](https://github.com/isPique/Tor-IP-Changer/blob/main/Terminal.jpg)
You can’t perform that action at this time.
0 commit comments