jitacm / -30DaysDevChallenge-

Welcome to the 30DayDevChallenge repository! This repository is dedicated to a month-long coding challenge designed to help developers of all levels enhance their skills through daily coding tasks and projects.
19 stars 28 forks source link

NBA LeaderBoard/30_Days_of_Python #306 #395

Closed pratikshabhujade closed 3 months ago

pratikshabhujade commented 3 months ago

"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)

github-actions[bot] commented 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! 😊