Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ar2en

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ar2en

A CLI tool for converting text between Arabic and English keyboard layouts.

  • 0.1.2
  • PyPI
  • Socket score

Maintainers
1

ar2en

A CLI tool for converting text between Arabic and English keyboard layouts.

Installation

You can install the package using pip:

pip install ar2en

Usage

Convert Text Directly

To convert text directly from Arabic to English keyboard layout, use:

ar2en "ضصث"

Convert Text from Clipboard

To convert text from the clipboard and copy the result back to the clipboard:

ar2en -c

Convert Text from a File

To convert text from a file and optionally copy the result to the clipboard:

ar2en -f input.txt -c

Convert Text from English to Arabic

To convert text from English to Arabic keyboard layout:

ar2en -r "qwerty"

Interactive Mode

To enter interactive mode and type the text to be converted:

ar2en -i

Verbose Mode

To display detailed information about the conversion:

ar2en -v "ضصث"

Save Output to a File

To save the converted text to an output file:

ar2en -f input.txt -o output.txt

Full Help

For a full list of options and usage, use:

ar2en --help

Examples

Example 1: Simple Conversion

ar2en "ضصث"

Output:

wet

Example 2: Conversion with Verbose Output

ar2en -v "ضصث"

Output:

The conversion of "ضصث" is "wet"

Example 3: Conversion from Clipboard

ar2en -c

If the clipboard contains "ضصث", the clipboard will be updated with "wet".

Example 4: Conversion from File and Save to Another File

ar2en -f input.txt -o output.txt

The content of input.txt will be converted and saved to output.txt.

License

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

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any changes or improvements.

Author

gamalthecreator

>>>>>>> d23772a (initial commit)


FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc