School project from course “Basics of programming”. Simple Python program to be executed in terminal.
This program will organize Secret santa for inserted participants. Programm generates gift giver, gift and receiver randomly. In addition input(budget) is calculated per participant.
Programm ask for user input to add participants and total budget for secret santa. Gifts are already created in gifts.txt file and will be randomly chosen
from there. Participants are class elements and class can be found from source.py.
Loops and functions are used for calculating budget and generating the unique list of giver, gift and receiver.
