FileAnalysis (version 0.0.2) | index fileanalysis.py |
This file analyze emergence of characters in file (to decrypt with statistics).
Modules | ||||||
|
Classes | ||||||||||
|
Data | ||
ENGLISH_FREQUENCE = {'A': 8.2, 'B': 1.5, 'C': 2.8, 'D': 4.3, 'E': 13, 'F': 2.2, 'G': 2, 'H': 6.1, 'I': 7, 'J': 0.15, ...} FRENCH_FREQUENCE = {'A': 7.11, 'B': 1.14, 'C': 3.18, 'D': 3.67, 'E': 12.1, 'F': 1.11, 'G': 1.23, 'H': 1.11, 'I': 6.59, 'J': 0.34, ...} __all__ = ['FileAnalysis', 'FRENCH_FREQUENCE', 'ENGLISH_FREQUENCE'] __author_email__ = 'mauricelambert434@gmail.com' __copyright__ = '\nFileAnalysis Copyright (C) 2021 Maurice Lambe...ome to redistribute it\nunder certain conditions.\n' __description__ = 'This file analyze emergence of characters in file (to decrypt with statistics).' __license__ = 'GPL-3.0 License' __maintainer__ = 'Maurice Lambert' __maintainer_email__ = 'mauricelambert434@gmail.com' __url__ = 'https://github.com/mauricelambert/FileAnalysis/' |
Author | ||
Maurice Lambert |