The libraries that i use are the following one's:
$ import socket
$ import request
$ import Thread
$ import pygame
$ import json
$ import os
$ import re
The project can be executed in multi-form.The Server Socket, the Manager and the Voter app can be executed at the same time because they where implemented by threads.
The following sub-tittle will show how execute the application:
$ python3 main.py
This will open a windows whit visual interface that will allow the user to chose what app he wants to start
$ python3 main.py server manager voter
Note: The order of execution does not matters
$ python3 main.py server
$ python3 main.py manager
$ python3 main.py voter
Note: The other class / componnents in the project can be executed and tested alone.
This project implement the Contributor Covenant Code of Conduct, read it before any contribution.
This projet implement the MIT Licence, please read it before use this project.
Copyright © 2021 Roberto Carlos