Skip to content

Busra-Deveci/Team-Points-Calculator-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Team Points Calculator Project

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.

Features

  • Calculates the points for teams based on their wins, losses, and draws.
  • Reads data from the statistics.txt file.
  • Prints the results to the screen.

Technologies Used

  • Python

Installation and Usage

  1. Clone the repository:

    git clone https://github.com/Busradeveci/Team-Points-Calculator-Project.git
  2. Create the statistics.txt file 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
    
  3. Run the main.py file:

    python main.py

The results will be displayed on the screen.

Contributing

To contribute, fork the repository and submit a pull request with your changes.

About

Reads team statistics from a file (statistics.txt) and calculates points based on wins, losses, and ties.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages