pytry is a place to try python.
make dev make testFirst install pytry:
git clone [email protected]:sshmo/pytry.git
cd pytry
pip install .Usage:
from pytry.general.world_cup_dataframe import DFScoreBoard
score_board = DFScoreBoard(input, 6)
score_board.main()
print(score_board)