Skip to content

4q-u4/GitHub-Username-Availability-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

GitHub Username Availability Checker

Check the availability of GitHub usernames with this Python script.

Table of Contents

Introduction

The GitHub Username Availability Checker is a Python script that allows you to quickly check the availability of GitHub usernames. It automates the process of generating random usernames and checking their availability on GitHub.

Features

  • Check the availability of GitHub usernames in bulk.
  • Automatically generate random usernames for checking.
  • Save available usernames to a text file for future reference.

Getting Started

Follow these instructions to get the project up and running on your local machine.

Prerequisites

Make sure you have the following prerequisites installed:

  • Python 3.x
  • requests library
  • colorama library

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/yourusername/username-availability-checker.git
  1. Change to the project directory:
cd username-availability-checker
  1. Run The Script:
python checker.py

Usage

Run the script as described in the installation section. The script will generate random usernames and check their availability on GitHub. Available usernames will be saved to a text file named available_usernames.txt.

Contributing

We welcome contributions to improve this project. To contribute, please follow these steps:

  • Fork the repository.
  • Create a new branch for your feature or bug fix: git checkout -b feature/your-feature.
  • Make your changes and commit them: git commit -m 'Add your feature'.
  • Push to the branch: git push origin feature/your-feature.
  • Create a pull request.