Pankaj0038 / dcodeKi

Python GUI based encoder-decoder tool
https://pankaj0038.github.io/dcodeKi/
8 stars 18 forks source link

Add ASCII Encode and Decode #84

Closed ayushmorbar closed 8 months ago

ayushmorbar commented 8 months ago

This pull request adds the functionality to encode and decode text using ASCII encoding. It includes the necessary changes to the UI and the addition of the ASCII encoding and decoding functions.

refer #82

Pankaj0038 commented 8 months ago

Okay @ayushmorbar , thanks for the contribution