Skip to main content

This package analyze emergence of characters in file (for statistics decryption).

Project description

FileAnalysis

Description

This package analyze emergence of characters in file (for statistics decryption).

Requirements

This package require :

  • python3
  • python3 Standard Library
  • matplotlib

Installation

pip install FileAnalysis

Usage

Command line:

FileAnalysis -h                # Print help message
FileAnalysis -F                # Show french emergence
FileAnalysis -E                # Show english emergence
FileAnalysis -f text.txt       # Show all characters emergence in file named "text.txt"
FileAnalysis -s -f text.txt    # Show sorted characters emergence in file named "text.txt"
FileAnalysis -j -f text.txt    # Show characters emergence as JSON in file named "text.txt"
FileAnalysis -a -f text.txt    # Show alphabet characters emergence in file named "text.txt"
FileAnalysis -n -f text.txt    # Show all characters emergence number (default show pourcent)

Python script

from FileAnalysis import FileAnalysis
analysis = FileAnalysis("text.txt", alphabet_only=True)
result = analysis.analysis_filecontent()
result = analysis.get_pourcent()
analysis.sort_and_show(sort=False, json=False)

Python executable:

python3 FileAnalysis.pyz -f text.txt

# OR
chmod u+x FileAnalysis.pyz # add execute rights
./FileAnalysis.pyz -F      # execute file

Python module (command line):

python3 -m FileAnalysis -F
python3 -m FileAnalysis.FileAnalysis -f text.txt

Links

Licence

Licensed under the GPL, version 3.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

FileAnalysis-0.0.2.tar.gz (18.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page