diff --git a/README.md b/README.md index 4df6051..c5f5f13 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..0f63f51 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +requests +multiprocessing +socks +easygui