DevScript is an AI-powered coding language
- Write code by simply describing the logic — no syntax memorization needed
- Supports Python Logic (Expanding...)
- Write programs, automations in natural language
- Automatically installs dependencies, modules, and other requirements needed to run the program
- Perform data analysis and CSV automation with ease — your data stays local and secure
- Comes with a simple, no-fuss CLI interface
DevScript isn't on PyPI yet, so install it from GitHub:
git clone https://github.com/ibedevesh/DevScript.git
cd DevScript
pip install -e .
pip install git+https://github.com/ibedevesh/DevScript.git
DevScript requires Python to be installed on your system. Once installed, you can write and run DevScript code from any code editor. Don't want to install Python locally? No worries — you can use an online code editor like Replit:
- Go to Replit
- Create a new Python project
- Build full Python programs just by explaining what you want to do
- Start coding in DevScript — it's that simple!
After installation, run:
devscript setup
You'll be asked to enter your API key for authentication. Enter : devscript-test-key-123 for free access
DevScript files use the .ds extension.
Print Hello DevScript!
analyse accident_prediction_india.csv
plot a pie chart according to the number of accidents to the "Day of Week"
use red color to indicate most number of accidents
save it to week.jpeg
analyse heart.csv
count number of patients to the Pre-existing Conditions
Save this to patients.csv
calculate the most number of patients to the Pre-existing Conditions
print The majority of patients were already suffering from "Pre-existing Conditions"
devscript run hello.ds
devscript explain
devscript convert hello.ds
Python code is saved in the generated_py folder.
devscript convert hello.ds --run
devscript usage
API Key Issues:
- Make sure you've run
devscript setup - Check API status:
devscript usage - Config is stored in:
~/.devscript/config.json
Connection Issues:
- Check internet connection
- Ensure nothing is blocking the network
- Debug with:
DEVSCRIPT_DEBUG=1 devscript run file.ds
pip uninstall devscript-client
Licensed under the MIT License. See LICENSE file.
DevScript is in early access. Be part of the journey. 🚀 If you want DevScript for your business with high usage, mail me at: deveshdv760@gmail.com, I will be happy to help you.

