Skip to content

GitHub Account Creator is a Python tool that enables automatic account creation on GitHub. Automatically generating your credentials, the script quickly creates a new account.

License

Notifications You must be signed in to change notification settings

ExitsTeam/GitHub-Account-Creator-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Account Creator

This project is a simple tool to automatically create a new account on GitHub.

Getting started

These instructions explain how to run the project on your local machine.

Requirements

You will need the following Python libraries to run this project:

pip install selenium
pip install requests
pip install fernet
pip install cryptography

You will also need to download WebDriver for the Google Chrome browser and add it to your PATH environment variable.

Installation

  1. Download this repository as zip to your local machine.

  2. Install the required Modules with install.bat.

  3. Run the Python script:

python main.py

Usage

The project allows you to create a new account on GitHub. When you run the script, you will be prompted to enter your username, email address and password. A new account is then automatically created.

Contributing

If you would like to contribute, please use the contact channels on GitHub to submit suggestions or open a pull request.

Licence

This project is licensed under the MIT Licence. See LICENSE for more information.