In this project we are trying to automate the code execution rather than typing chunks of code
and wait for each individual code to execute to run the other line of code.
In this project we are trying to automate the code execution rather than typing chunks of code
and wait for each individual code to execute to run the other line of code.
The problem AutoCodeX solves
Time Efficiency: Very less time required compared to writing each line of code. Also,
this need to have the user wait for every line of code to execute or wait for the
package to be installed to write the next line of code; rather everything is procedurally
and automatically executed one after the other.
Reduced or No error: As the code is run automatically, there are 0 chances of
human error that occur while typing code manually.
Challenges we ran into
Sometime some of the app is not opening so we need to fix them it takes a little bit of time