GitHub Repository Search
GitHub Repository Search is a Python script that allows users to search for repositories on GitHub using a graphical user interface (GUI).
Table of Contents
Features
- Search GitHub repositories based on user query
- Display repository information including title, description, stars, language, owner, creation date, forks, and watchers
- Open repository URL in a web browser
- Sorting of search results by stars (descending order)
Dependencies
The script requires the following dependencies:
- Python 3.x
tkinter
libraryrequests
library
Full Changelog: https://github.com/CollinEdward/GitSearch/commits/Search