{"id":20292540,"url":"https://github.com/mauricelambert/fileanalysis","last_synced_at":"2025-07-10T12:13:39.146Z","repository":{"id":57429318,"uuid":"349565134","full_name":"mauricelambert/FileAnalysis","owner":"mauricelambert","description":"This package analyze emergence of characters in file (for statistics decryption).","archived":false,"fork":false,"pushed_at":"2021-06-30T22:02:59.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T05:13:47.621Z","etag":null,"topics":["decryption","matplotlib-pyplot","pypi-package","python3","statistics"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mauricelambert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-19T21:59:30.000Z","updated_at":"2021-06-30T22:16:42.000Z","dependencies_parsed_at":"2022-08-27T17:01:32.034Z","dependency_job_id":null,"html_url":"https://github.com/mauricelambert/FileAnalysis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mauricelambert/FileAnalysis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FFileAnalysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FFileAnalysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FFileAnalysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FFileAnalysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mauricelambert","download_url":"https://codeload.github.com/mauricelambert/FileAnalysis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FFileAnalysis/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264578383,"owners_count":23631543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["decryption","matplotlib-pyplot","pypi-package","python3","statistics"],"created_at":"2024-11-14T15:17:41.035Z","updated_at":"2025-07-10T12:13:39.106Z","avatar_url":"https://github.com/mauricelambert.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FileAnalysis\r\n\r\n## Description\r\nThis package analyze emergence of characters in file (for statistics decryption).\r\n\r\n## Requirements\r\nThis package require :\r\n - python3\r\n - python3 Standard Library\r\n - matplotlib\r\n\r\n## Installation\r\n```bash\r\npip install FileAnalysis\r\n```\r\n\r\n## Usage\r\n\r\n## Command line:\r\n```bash\r\nFileAnalysis -h                # Print help message\r\nFileAnalysis -F                # Show french emergence\r\nFileAnalysis -E                # Show english emergence\r\nFileAnalysis -f text.txt       # Show all characters emergence in file named \"text.txt\"\r\nFileAnalysis -s -f text.txt    # Show sorted characters emergence in file named \"text.txt\"\r\nFileAnalysis -j -f text.txt    # Show characters emergence as JSON in file named \"text.txt\"\r\nFileAnalysis -a -f text.txt    # Show alphabet characters emergence in file named \"text.txt\"\r\nFileAnalysis -n -f text.txt    # Show all characters emergence number (default show pourcent)\r\n```\r\n\r\n### Python script\r\n```python\r\nfrom FileAnalysis import FileAnalysis\r\nanalysis = FileAnalysis(\"text.txt\", alphabet_only=True)\r\nresult = analysis.analysis_filecontent()\r\nresult = analysis.get_pourcent()\r\nanalysis.sort_and_show(sort=False, json=False)\r\n```\r\n\r\n### Python executable:\r\n```bash\r\npython3 FileAnalysis.pyz -f text.txt\r\n\r\n# OR\r\nchmod u+x FileAnalysis.pyz # add execute rights\r\n./FileAnalysis.pyz -F      # execute file\r\n```\r\n\r\n### Python module (command line):\r\n\r\n```bash\r\npython3 -m FileAnalysis -F\r\npython3 -m FileAnalysis.FileAnalysis -f text.txt\r\n```\r\n\r\n## Links\r\n - [Github Page](https://github.com/mauricelambert/FileAnalysis)\r\n - [Documentation](https://mauricelambert.github.io/info/python/security/FileAnalysis.html)\r\n - [Download as python executable](https://mauricelambert.github.io/info/python/security/FileAnalysis.pyz)\r\n - [Pypi package](https://pypi.org/project/FileAnalysis/)\r\n\r\n## Licence\r\nLicensed under the [GPL, version 3](https://www.gnu.org/licenses/).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauricelambert%2Ffileanalysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmauricelambert%2Ffileanalysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauricelambert%2Ffileanalysis/lists"}