Skip to content

A program made in python with a graphic interface that verifies the randomness of a given bit-sequence using 5 different tests.

Notifications You must be signed in to change notification settings

alexecse/Randomness-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Randomness-test

A program made in python with a graphic interface that verifies the randomness of a given bit-sequence using 5 different tests.

FOR DEVELOPMENT

It is recommended for the purpose of this project to be developed under Linux.

Python Virtual Environment venv activation

python3 -m venv .venv # for creation

source ./.venv/bin/activate # for activation

Manual installation

Install tkinter on Linux

sudo apt-get install python3-tk

Install customtkinter

pip install customtkinter

Run

Make sure to activate the virtual environment beforehand

python3 ./src/gui.py

Useful links

About

A program made in python with a graphic interface that verifies the randomness of a given bit-sequence using 5 different tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • Shell 0.9%