Skip to content

ganiroo/manual-logic-suite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Manual Logic & Text Analysis Suite

This repository contains three Python scripts focused on character-level data processing and text analysis.

Overview

These tools were built to handle string manipulation and statistical counting without using high-level Python functions like .isdigit() or dictionary objects. Everything is implemented using manual loops and conditional logic.

Included Tools

  1. Password Strength Evaluator: Categorizes characters and labels password strength based on length and variety.
  2. Text Normalizer: Cleans paragraphs by converting to lowercase, replacing punctuation, and compressing multiple spaces into one.
  3. Linguistic Statistics: Counts vowels, consonants, and identifies the most frequent word lengths in a sentence.

How to Run

Run the script using Python 3: python logic_suite.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages