Skip to content

Commit

Permalink
Update clarity for README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3K1n91 authored Nov 2, 2023
1 parent d33e8dd commit 86f2bd6
Showing 1 changed file with 45 additions and 41 deletions.
86 changes: 45 additions & 41 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,57 @@
# Download For Windows
[Download Here (Python)](https://github.com/Th3K1n91/mega_nz-Creator/archive/refs/heads/main.zip)<br>[Download Here (WIN-EXE)](https://github.com/Th3K1n91/mega_nz-Creator/releases)<br>or Clone this Repo
# Download/Install
[Download Here (Python)](https://github.com/Th3K1n91/mega_nz-Creator/archive/refs/heads/main.zip) (Both WIN and Unix)<br>[Download Here (WIN-EXE)](https://github.com/Th3K1n91/mega_nz-Creator/releases)<br>or Clone this Repo

## Install For Unix (Linux Mac OSX)
install python3, qt5 and megatools binary(already in repo)

# Start
Double click start.bat or accr.py
**Unix:**
```
python3 accr.py
```
<hr>

**Windows:**
```
python accr.py
```
```
or double click accr.py or double click start.bat
```
<hr>

Done!

Accounts saved in accounts.txt
Accounts saved in **accounts.txt!**

# Install For Unix (Linux Mac OSX)
install python 3 and qt5 and megatools binary
# Usage
- <p>In Field Username you type in anything you want which will be the login after creating [<strong>string</strong>]</p>
<p><em>>>> It will generate [Your_input_in_username]+[Random_letters]@xitroo.de</em></p><br>

# Start
python3 accr.py
- <p>In Field Count you type in how many accounts should be generated [<strong>integer</strong>]</p><br>

Done!
- <p>The Password field is as same the Username field but it will apply to all generated accounts [<strong>string</strong>]</p>
- <strong>Must be 8 characters long</strong><br>
- <strong>Must contain upper and lowercase letters</strong>
<p><em>>>> The Login would be [Your_input_in_username]+[Random_letters]@xitroo.de:[Your_input_in_password]</em></p><br>

- <p>In Threads field you will enter how many Accounts at once will be created [<strong>integer</strong>]</p>
<p><em>>>> It will open a Browser each thread so be careful which number you will input</em></p><br>

After everything is filled click on Button "Start" and wait at least 5 seconds, if nothing happens please check if every field is filled up

# Example
![/images/example.png](https://github.com/Th3K1n91/mega_nz-Creator/blob/main/images/example.PNG)

### Output
```
EMAIL:PASSWORD
Accounts saved in accounts.txt
somethingHArIP@xitroo.de:SomeThing1
somethingUk@xitroo.de:SomeThing1
somethingrmUja@xitroo.de:SomeThing1
somethingrmssx@xitroo.de:SomeThing1
```

# Solve not start problem on Unix

Expand Down Expand Up @@ -79,34 +114,3 @@ sudo make altinstall
python3.12 accr.py
```



# Usage
- <p>In Field Username you type in anything you want which will be the login after creating [<strong>string</strong>]</p>
<p><em>>>> It will generate [Your_input_in_username]+[Random_letters]@xitroo.de</em></p><br>

- <p>In Field Count you type in how many accounts should be generated [<strong>integer</strong>]</p><br>

- <p>The Password field is as same the Username field but it will apply to all generated accounts [<strong>string</strong>]</p>
- <strong>Must be 8 characters long</strong><br>
- <strong>Must contain upper and lowercase letters</strong>
<p><em>>>> The Login would be [Your_input_in_username]+[Random_letters]@xitroo.de:[Your_input_in_password]</em></p><br>

- <p>In Threads field you will enter how many browsers at once will create an Account [<strong>integer</strong>]</p>
<p><em>>>> It will open a Browser each thread so be careful which number you will input</em></p><br>

After everything is filled click on Button "Start" and wait at least 5 seconds, if nothing happens please check if every field is filled up

# Example
![/images/example.png](https://github.com/Th3K1n91/mega_nz-Creator/blob/main/images/example.PNG)

### Output
```
EMAIL:PASSWORD
somethingHArIP@xitroo.de:SomeThing1
somethingUk@xitroo.de:SomeThing1
somethingrmUja@xitroo.de:SomeThing1
somethingrmssx@xitroo.de:SomeThing1
```

0 comments on commit 86f2bd6

Please sign in to comment.