Skip to content

amilendra/fullstack-nanodegree-vm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Multi-player Swiss Tournament Tracker

Uses a PostgreSQL database to keep track of players and matches in an even-number player Swiss tournament.

Requirements

  • psql
  • python 2.x
  • psycopg2 module for interfacing python and psql
  • tournament.sql for database setup
  • tournament.py for keeping track of the tournament results

Usage

  • Database Setup : Login to the psql environment and run the following command

psql => \i tournament.sql

  • Running the Program

python tournament_test.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.8%
  • Shell 5.1%
  • Ruby 3.1%