Skip to content

Releases: CyberSphinxxx/AsciiWizard

v1.0.0 - AsciiWizard Initial Release

25 Feb 17:04
16946c3
Compare
Choose a tag to compare

AsciiWizard

AsciiWizard 🧙‍♂️ is a simple and efficient ASCII to text converter. Instantly decode ASCII values into human-readable text with ease. Perfect for developers, students, and anyone working with ASCII codes!

Built with pure HTML, CSS, and JavaScript (no frameworks).

AsciiWizard Screenshot

Features

  • Conversions:
    • ASCII to Text
    • Text to ASCII
    • Binary to Text
    • Text to Binary
  • Live Conversion: Updates output as you type
  • Responsive Design:
    • Full-screen layout on desktop (no scrolling)
    • Scrollable on mobile with wrapped button layout
  • Theme Support: Light and Dark modes with toggle
  • Additional Tools:
    • Copy output to clipboard
    • Clear input/output
    • Swap input and output content
  • Error Handling: Robust validation for invalid inputs
  • Accessibility: Keyboard-friendly (Enter key triggers conversion)

Usage

  1. Select conversion mode from the dropdown
  2. Enter your input in the top textarea
  3. See the converted result instantly in the bottom textarea
  4. Use the buttons to:
    • Convert manually
    • Clear content
    • Copy output
    • Swap input/output
  5. Toggle between light/dark mode using the icon in the header

Technical Details

  • Built With:
    • HTML5
    • CSS3 (Flexbox and Grid)
    • Vanilla JavaScript
  • Responsive Design:
    • Desktop: Fixed height, no scrolling
    • Mobile: Scrollable with wrapped button layout
  • Browser Support: Modern browsers (Chrome, Firefox, Safari, Edge)