Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 30 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,35 @@
# minecraft_py
Simple way to check a thousand of accounts in wordlists using multiprocessing, threads and proxies.

**requirements:**
## Requirements:
The app is written using python

- pip install requests
- pip install multiprocessing
- pip install socks
- pip install easygui
so it needs python
## installation:
to install this app

Open your os terminal
then clone the app code useing git
``` bash
git clone https://github.com/StaaiN/minecraft_py
```

then type
``` bash
cd minecraft_py

pip install -r requirements.txt
```

## getting help
So you need help.

People can help you, but first help them help you, and don't waste their time.

Provide a complete description of the issue.

If it works on A but not on B and others have to ask you: "so what is different between A and B" you are wasting everyone's time.

"hello", "please" and "thanks" are not swear words.

![image](https://user-images.githubusercontent.com/62406629/111067026-c0edc400-84ca-11eb-9613-c8223f76464b.png)
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
requests
multiprocessing
socks
easygui