WebClub-NITK / Hacktoberfest-2k18

Repository for Hacktoberfest 2018 open for the global open source community.
https://webclub-nitk.github.io/Hacktoberfest-2k18/
19 stars 102 forks source link

Hindi words to hexadecimal code #118

Open sharanyakamath opened 5 years ago

sharanyakamath commented 5 years ago

Description

Take the inputs as Hindi words from a file and convert each of them into hexadecimal values

Details

Directory Structure

Create a folder of the programming language used inside 'text_to_hex' folder inside 'algorithms' folder. Save your program file and text file inside this as .extension and .txt Eg: algorithms/text_to_hex/python/sharanya.txt and algorithms/text_to_hex/python/sharanya.py

Note

Please claim the issue first by commenting here before starting to work on it.

Apoorva-13 commented 5 years ago

I would like to work .

sharanyakamath commented 5 years ago

@Apoorva-13 Go ahead

Apoorva-13 commented 5 years ago

the hindi works would be like ' namaste ' and would be entered from command line?

sharanyakamath commented 5 years ago

@Apoorva-13 Take the inputs from a text file.

Apoorva-13 commented 5 years ago

ok thanks:)

Apoorva-13 commented 5 years ago

I need to do this right , though this is not a hindi word. A string like "Hello World" to hex format: 48656C6C6F20576F726C64.

mahim23 commented 5 years ago

@Apoorva-13 Any updates on this?