GitPedia

OutlookGen

✨ Outlook Account Generator Written in Python ✨

From MatrixTM·Updated June 23, 2026·View on GitHub·

[//]: # (###### Alos You Can Watch [This Video](https://youtube.com)) The project is written primarily in Python, distributed under the MIT License license, first published in 2022. Key topics include: account, account-creator, account-generator, creator, email-generator.

Latest release: v1.2.4Release
December 16, 2022View Changelog →
<p align="center"><img src="images/01.png" alt="outlook"></p> <div align="center" style="margin-top: 0;"> <h1>Outlook Generator</h1> <p>Dont Skid 👀</p> </div> <em><h5 align="center">(Programming Language - Python 3)</h5></em> <p align="center"> <a href="#"><img alt="OutlookGen forks" src="https://img.shields.io/github/forks/MatrixTM/OutlookGen?style=for-the-badge"></a> <a href="#"><img alt="Repo stars" src="https://img.shields.io/github/stars/MatrixTM/OutlookGen?style=for-the-badge&color=yellow"></a> <a href="#"><img alt="OutlookGen License" src="https://img.shields.io/github/license/MatrixTM/OutlookGen?color=orange&style=for-the-badge"></a> <a href="https://github.com/MatrixTM/OutlookGen/issues"><img alt="issues" src="https://img.shields.io/github/issues/MatrixTM/OutlookGen?color=purple&style=for-the-badge"></a> <p align="center"><img src="https://views.whatilearened.today/views/github/MatrixTM/OutlookGen.svg" width="80px" height="28px" alt="View"></p>
<p align="center"><img src="images/02.png" width="570" alt="outlook"></p>

📝 Document

Use Http proxies

Before Run Check Here

Install Requirements

pip3 install -r requirements.txt

Install Chrome Driver

Windows
  • Go Here And Download chromedriver Windows Version
  • Put chromedriver.exe into Script folder
Linux

Run This Command

shell
sudo apt install chromium-chromedriver
  • Go Here And Download chromedriver Linux Version
  • Put chromedriver into Script folder
Fresh Google Colab

Run This Commands

Install

shell
!apt update && apt install chromium-chromedriver && git clone https://github.com/MatrixTM/OutlookGen.git eGen && cd eGen/ && pip3 install -r requirements.txt

Run

shell
!cd eGen/ && python3 main.py

<div id="config_doc">

⚙️ Config Document

NameDescription
PrefixLog Prefix (Default: &beGen&5>> )
ProxyFileproxy file path (Default: proxy.txt)
OutputFileoutput file path (Default: account.txt)
TimerGenerate Timer (Default: true)
ProxyCheckTimeoutChecking Proxy Timeout (Default: 2)
providersCaptcha Providers (Default: anycaptcha/twocaptcha)
api_keyYour Api Key (Default: )
site_keyoutlook site key (Default: B7D8911C-5CC8-A9A3-35B0-554ACEE604DA)
DomainEmail Domain (Default: @hotmail.com/@outlook.com)
minBirthDateMinimum BirthDate (Default: 1980)
maxBirthDateMaximum BirthDate (Default: 1999)
PasswordLengthPassword Length (Default: 10)
FirstNameLengthFirst Name Length (Default: 5)
LastNameLengthLast Name Length (Default: 5)
DriverArgumentsdriver argument list (Default: ...)
</div>

Change this configs

  • providers
  • api_key
  • Domain

config.json Example

json
{ "Common": { "Prefix": "&beGen&5>> ", "ProxyFile": "proxy.txt", "OutputFile": "account.txt", "Timer": true, "ProxyCheckTimeout": 2 }, "Captcha": { "providers": "anycaptcha", "api_key": "0dv3a5b276b347bxxxx12a6x8a9m862", "site_key": "B7D8911C-5CC8-A9A3-35B0-554ACEE604DA" }, "EmailInfo": { "Domain": "@outlook.com", "minBirthDate": 1980, "maxBirthDate": 1999, "PasswordLength": 10, "FirstNameLength": 5, "LastNameLength": 5 }, "DriverArguments": [ "--disable-logging", "--disable-login-animations", "--disable-notifications", "--incognito", "--ignore-certificate-errors", "--disable-blink-features=AutomationControlled", "--disable-gpu", "--headless", "--no-sandbox" ] }

Need a Cheap Server?

<a href="https://pfcloud.io/aff.php?aff=80"><img src="https://github.com/user-attachments/assets/172b3543-982b-450e-937d-3c4f84764a4f" width="728" alt="pfcloud"></a>

You can buy an 10Gbps cheap server from PFcloud Hosting with crypto (100% anonymous).

Contributors

Showing top 2 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from MatrixTM/OutlookGen via the GitHub API.Last fetched: 6/24/2026