A program made in python with a graphic interface that verifies the randomness of a given bit-sequence using 5 different tests.
It is recommended for the purpose of this project to be developed under Linux.
python3 -m venv .venv # for creation
source ./.venv/bin/activate # for activation
sudo apt-get install python3-tk
pip install customtkinter
Make sure to activate the virtual environment beforehand
python3 ./src/gui.py
-
How to Organize Your Python Code: Splitting One File into Multiple for Better Organization: https://www.youtube.com/watch?v=NtjiCkf1t2c
-
Python Virtual Environments: https://realpython.com/python-virtual-environments-a-primer/
-
Using venv in VSCode: https://code.visualstudio.com/docs/python/environments