Skip to content

Latest commit

Β 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Abyssal Text Analyzer 🌌

A Python-based text analysis project that checks text for palindrome patterns and anagram/window matches. It uses string preprocessing, Counter, sliding-window logic, functions, loops, and a menu-driven interface to analyze text pairs interactively.

πŸ“š Documentation

For complete documentation, guides, and examples, please visit our Wiki:

Quick Start

# Clone the repository
git clone https://github.com/nnazirahmad533-hash/Abyssal-Text-Analyzer.git
cd Abyssal-Text-Analyzer

# Run the analyzer
python main.py

Features ✨

  • Palindrome Detection β€” Identify palindromic text patterns
  • Anagram Matching β€” Find anagrams between text strings
  • Sliding Window Analysis β€” Advanced pattern recognition
  • String Preprocessing β€” Automatic text normalization
  • Interactive Menu β€” User-friendly command-line interface
  • Modular Design β€” Clean, reusable code structure

Requirements

  • Python 3.7 or higher

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

Have questions? Check our FAQ or open an issue on GitHub.

About

# Abyssal Text Analyzer 🌌 A Python-based text analysis project that checks text for palindrome patterns and anagram/window matches. It uses string preprocessing, `Counter`, sliding-window logic, functions, loops, and a menu-driven interface to analyze text pairs interactively.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors