Skip to content

Stella-Achar-Oiro/wordify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordify

A powerful text manipulation tool built in Go that handles text completion, editing, and auto-correction.

🌟 Features

  • Convert hexadecimal and binary numbers to decimal
  • Smart case transformation for text
  • Intelligent punctuation formatting
  • Article ("a"/"an") correction
  • Context-aware spell checking
  • Command-line interface for easy usage

🛠️ Installation

# Clone the repository
git clone https://github.com/Stella-Achar-Oiro/wordify.git

# Navigate to project directory
cd wordify

# Build the executable
go build .

📖 Usage

Run Wordify by providing input and output file paths:

./wordify input.txt output.txt

Example:

Input (sample.txt):

Simply add 42 (hex) and 10 (bin) and you will see the result is 68.

Output (result.txt):

Simply add 66 and 2 and you will see the result is 68.

💡 Key Features

  • Number System Conversion
    • Hex to Decimal
    • Binary to Decimal
  • Text Transformation
    • Case modification
    • Punctuation formatting
  • Smart Corrections
    • Article usage (a/an)
    • Context-based spell checking

🔧 Technology Stack

  • Go
  • Command-line interface
  • Text processing algorithms
  • File I/O operations

License

MIT License

About

A powerful text manipulation tool built in Go that handles text completion, editing, and auto-correction.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages