Closed pratikshabhujade closed 3 months ago
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our [CONTRIBUTING.md]. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊
"National Basketball Association" Leaderboard Application This Python application interacts with the "National Basketball Association" (NBA) API to fetch and display real-time game scores and team statistics. It uses the requests library to make HTTP requests and processes JSON data from the NBA's online resources.
Features Scoreboard Fetching: Retrieves the current scoreboard, showing live NBA game scores, periods, and clock status. Team Stats Leaderboard: Displays the league's top teams based on points per game (PPG), along with rankings and additional stats.
Requirements Python 3.x Requests library: You can install it using pip install requests PrettyPrinter (for clean output formatting)