/bulk_microsoft_A1_creator

Bulk Microsoft Student A1 account creator using multiprocessing

Primary LanguagePythonApache License 2.0Apache-2.0


⚠ NO LONGER MAINTAINED - Project is Dead as the service i was using to create accounts is dead too! No more updates from now. This project is just for showcase now.

Bulk Microsoft Office A1 Plan Account Creator

Bulk Microsoft Student A1 account creator using multithreading

DISCLAIMER:

I am not responsible for and in no way associated for any kind of illegal activity done using my project. I made this project purely for educational purposes.

Usage

python main.py

Configurations

Max Workers in multiprocessor

Edit max_workers parameter in line 25

max_workers=100

Number of accounts to be generated (default 100)

Edit range functions parameter in line 26

range(100)