I got a project that I will need some simple UX through html or css or something. I need a python code that will output SQL text that an employee can simply copy and paste into our tooling to look up stuff in our database.
So basically I can send you 3 SQL tables we have and you would create a python code that will show inputs in a terminal that an applicant can type into, and then based on the inputs it will spit out the SQL code needed to look up the data.
Does this make sense?
So the python terminal may say "Name" and I might put Tim. Then the python output would say
Select *
From blah_applications
where Name = 'Tim'
Something like that, and the HTML or CSS GUI will make the terminal look nice and have boxes to input
I have some of the python done that you can checkout. Send me your pay via BTC and telegram below.