This script automates the creation of multiple Mega.nz accounts using provided credentials. It utilizes the MegaTools binary for Linux and several Python dependencies.
Before running the program, ensure you have the following:
-
Python 3.10 or greater
-
MegaTools Binary (Linux Only)
-
Python Dependencies (Windows Only or Linux manual install)
- Install the required Python packages:
unofficial-xitroo-api==0.9
requests
or on linuxsudo apt install python3-requests
pyside6
- Install the required Python packages:
Linux
-
Install MegaTools
Download and move MegaTools binary to your PATH from the official repository: MegaTools
-
Clone or Download the Repository
git clone https://github.com/Th3K1n91/mega_nz-Creator.git cd mega_nz-Creator
Windows
-
Clone or Download the Repository
git clone https://github.com/Th3K1n91/mega_nz-Creator.git cd mega_nz-Creator
-
Install Python Dependencies
pip install unofficial-xitroo-api==0.9 requests pyside6
To start the account creation process, run the following command for your OS:
Windows
python Main.py
or Double click start.bat
Linux
./start_linux.sh
PS.: Accounts are saved to accounts.txt
- Username: Enter the desired username for the Mega.nz account.
- Password: Enter a secure password that meets the criteria:
- At least 8 characters long
- Contains at least one digit or special character
- Includes both uppercase and lowercase letters
- Count: Specify the number of accounts to create.
- Threads: Set the number of threads to use for the account creation process.
- Start Button: Click to begin the account creation.
- Ensure you comply with Mega.nz's terms of service when using this tool.
- Use responsibly and do not engage in spamming or creating accounts for malicious purposes.
This project is licensed under the GNU License. See the LICENSE file for details.
- Current Version: 5.4.0
For any issues or questions, please open an issue on the GitHub repository.
Disclaimer: This tool is for educational purposes only. The developers are not responsible for any misuse or damage caused by this software.