Skip to content

defacesh/Text-Binary-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text To Binary Converter

This is a simple Windows Forms application that allows you to convert text to binary and binary to text. It provides a user-friendly interface for inputting text or binary strings and viewing the conversion results. You can also copy the output to the clipboard for easy sharing.

Features

  • Text to Binary Conversion: Converts any text input into its binary representation.
  • Binary to Text Conversion: Converts binary input back into readable text.
  • Clipboard Support: Option to copy the output directly to the clipboard.
  • Toggle Mode: Switch between converting text to binary and binary to text.
  • Input Validation: Ensures only valid binary characters are accepted in binary to text conversion.

Getting Started

To run the application locally on your machine, follow these steps:

  1. Clone the repository: git clone https://github.com/defacesh/Text-Binary-Converter.git

  2. Open the project: Open the project in Visual Studio or any C# IDE that supports Windows Forms applications.

  3. Build and run: Build the solution and run the application. The form will appear with options to input text or binary and convert accordingly.

Usage

  • Input Box:

  • Enter text to convert to binary or binary code to convert back to text.

  • Conversion Toggle Button:

  • Switch between converting text to binary and binary to text.

  • Copy Output Checkbox:

  • Check to copy the conversion result to the clipboard automatically.

Contributing

Contributions are welcome! Here's how you can contribute to this project:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Create a new Pull Request.

Please make sure to update tests as appropriate.

License

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

Acknowledgments

  • This project was inspired by the need to convert text and binary easily.
  • Hat tip to anyone whose code was used.

About

Basic, useful Text to Binary Converter / Binary to Text on C# Windows Form Application ( .NET Framework 4.8.1)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages