Project on Braille

Good Morning,
I am the student working on Braille project basic intent is to read the push button switch encode the data and decode and display it on LED.

For Example :
In Braille Language, A is represented as "100000". Now in my project the circuit arrangement is shown as in the pic uploaded. When the user will press the push button 1 it should reflect it on LED 1 .
Similarly For B "110000" When push button 1 and Push Button 2 is pressed it should reflect LED going high on LED 1 and LED 2.
For that I had a logic, I thought of using two extra push button used for decoding, Once
after making Start push button High, the user should give input via 6 Push Button, further once stop button is pressed the system should decode which button was pressed out of 6 input buttons and make the corresponding LED to go HIGH.

Please Guide me in this domain.

Thank you in Advance.

OK, that's a good start on a schematic. But it needs more details. How is it powered? How are the LEDs or buttons connected to ground or power?

Start with researching buttons and find out why INPUT_PULLUP is preferred.

Do not double post.

Sir,
This is how I am connecting Push Button and LED in Circuit That five Volts Supply is Coming from Arduino UNO five volts terminal.