An open API service indexing awesome lists of open source software.

https://github.com/enoobis/git-check

simple Python program that allows you to check the availability of usernames on GitHub
https://github.com/enoobis/git-check

available github names username username-checker

Last synced: 6 months ago
JSON representation

simple Python program that allows you to check the availability of usernames on GitHub

Awesome Lists containing this project

README

          

# GitCheck (git-check)

![GitCheck Screenshot](https://user-images.githubusercontent.com/62465404/219690429-33623889-bed1-4b11-b212-6bed48df075d.png)

"GitCheck" is a simple Python program with a GUI that allows you to check the availability of usernames on GitHub. With a dark theme inspired by GitHub's design, the program makes it easy to input a desired username and quickly see if it's available on the platform. The project's name, "GitCheck," reflects its focus on checking GitHub usernames and includes a nod to Git version control.

## Getting Started
RUN ONLINE : [RUN](https://replit.com/@Enoobis/GitCheck?v=1)

To use GitCheck, you will need to have Python 3 installed on your computer. You can download Python 3 from the [official website](https://www.python.org/downloads/).

Once you have Python 3 installed, you can download or clone the GitCheck repository to your computer. Open a terminal or command prompt and navigate to the directory where you downloaded the repository. Then, run the following command:
```
python main.py
```

This will start the GitCheck program.

## Usage

To use GitCheck, simply enter the username you wish to check into the input field and click the "Check" button. GitCheck will then check if the username is available on GitHub and display the result in the output field.

## Contributing

If you would like to contribute to GitCheck, feel free to fork the repository and make any changes or improvements you see fit. Then, create a pull request to have your changes reviewed and merged into the main repository.

## License

This project is licensed under the MIT License.