This project is a Python application that reads team statistics from a file named statistics.txt and calculates the points based on wins, losses, and draws.
- Calculates the points for teams based on their wins, losses, and draws.
- Reads data from the
statistics.txtfile. - Prints the results to the screen.
- Python
-
Clone the repository:
git clone https://github.com/Busradeveci/Team-Points-Calculator-Project.git
-
Create the
statistics.txtfile with the following format: Each line should represent a team with the team name, number of wins, losses, and draws separated by commas:TeamA,10,2,3 TeamB,8,4,3 TeamC,12,1,2 -
Run the
main.pyfile:python main.py
The results will be displayed on the screen.
To contribute, fork the repository and submit a pull request with your changes.