😆For Windows 7 users, first try the NoGUI version here:

https://github.com/Ailyth99/RewindPS4/releases/tag/0.9

If it doesn't work, refer to the content below.

  1. Install Python 3:

  2. Verify Python Installation & Install Dependencies:

    MacOS:

    python3 --version
    

    If the version number is displayed, Python is installed correctly.

    Untitled

    pip3 install requests urllib3
    

    Windows7:

    Open Command Prompt (cmd): Press the Windows key + R to open the Run dialog box. Type "cmd" and press Enter.

    type the following command and press Enter:

    python --version
    

    If the version number is displayed, Python is installed correctly.

    Untitled

    Install Dependencies:

    proceed to install the required libraries using pip,In cmd, enter:

    pip install requests urllib3==1.25.11
    
  3. Download the Source Code:

    Untitled

4. Run the Script:

MacOS:

Untitled

  1. Follow the on-screen instructions to proceed.