A cute little Python IDE made in Python. By ANW.
- Download the linux executable
- Put all the files in the
assetsfolder in this repository to/etc/NyaIDE - Make a .env file in
/etc/NyaIDE, i.e.,/etc/NyaIDE/.env - In the .env file, write the following:
Where
GEMINI_API_KEY=[YOUR_GEMINI_API_KEY]
[YOUR_GEMINI_API_KEY]is the actual Google Gemini API key that you can get from here. This is required for Neko (the AI assistant) to function. This is completely optional. NyaIDE usesgemini-2.5-flash. - Run the executable you got. Voila! 🎊
- Download the Windows executable
- Put all the files in the
assetsfolder in this repository toC:\NyaIDE - Make a .env file in
C:\NyaIDE, i.e.,C:\NyaIDE\.env - In the .env file, write the following:
Where
GEMINI_API_KEY=[YOUR_GEMINI_API_KEY]
[YOUR_GEMINI_API_KEY]is the actual Google Gemini API key that you can get from here. This is required for Neko (the AI assistant) to function. This is completely optional. NyaIDE usesgemini-2.5-flash. - Run the Windows executable you got. You are set to go! 🎊
NyaIDE is currently closed source at the will of its developer. 😿
Contributions and suggestions are dearly welcomed! 💖