"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.
RUN ONLINE : RUN
To use GitCheck, you will need to have Python 3 installed on your computer. You can download Python 3 from the official website.
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.
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.
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.
This project is licensed under the MIT License.