pindjouf / xorr

Xorr is a CLI utility to perform XOR operations on binary values (for now).
MIT License
0 stars 1 forks source link

[feature] use files instead of input #1

Open jeanmadao opened 2 months ago

jeanmadao commented 2 months ago

I think it would be okay to use the open() function to read files directly rather than take user's input().

pindjouf commented 2 months ago

In fact I think it would be more than okay. I'm considering that option right now, doing a major rewrite of the project as a lot of my preconceived notions on XOR and Python have changed! I will open a dev branch soon.