mcd_viewer is a PlayStation 2 memory card manager for use with .mcd files created by the PSXMemCard GEN2.
It is based on mymc+ by Florian Märkl and the classic mymc utility created by Ross Ridge.
https://discord.com/invite/URYzv755VC
To install PyInstaller, follow these steps:
First, make sure you have Python installed on your computer. You can check this by running the following command in your terminal or command prompt:
python --versionIf Python is not installed, you can download and install it from the official Python website.
Open your terminal or command prompt and enter the following command to install PyInstaller:
pip install pyinstallerAfter the installation is complete, you can verify that PyInstaller was installed successfully by running:
pyinstaller --versionOnce installed, you can use PyInstaller to package your Python scripts. For example, the following command will package .spec into an executable file:
pyinstaller mcd_viewer.spec- If you encounter permission issues during installation, you can try using the
--useroption:pip install --user pyinstaller
- Ensure that your pip is up to date by running:
pip install --upgrade pip
Note
Please note thatmcd_viewer is released under the GPLv3, not Public Domain!
Here is an overview of most features:
Perform operations such as adding, deleting, and exporting content in the MCD.
Menu Usage
- Double-click the left mouse button to open the folder
- right-click on a file or blank space to bring up the menu.