Skip to content

SubhrajitSain/NyaIDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

logo

NyaIDE 😸

A cute little Python IDE made in Python. By ANW.


Screenshots

image image image

How to Install:

on Linux

  1. Download the linux executable
  2. Put all the files in the assets folder in this repository to /etc/NyaIDE
  3. Make a .env file in /etc/NyaIDE, i.e., /etc/NyaIDE/.env
  4. In the .env file, write the following:
       GEMINI_API_KEY=[YOUR_GEMINI_API_KEY]
    Where [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 uses gemini-2.5-flash.
  5. Run the executable you got. Voila! 🎊

on Windows

  1. Download the Windows executable
  2. Put all the files in the assets folder in this repository to C:\NyaIDE
  3. Make a .env file in C:\NyaIDE, i.e., C:\NyaIDE\.env
  4. In the .env file, write the following:
       GEMINI_API_KEY=[YOUR_GEMINI_API_KEY]
    Where [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 uses gemini-2.5-flash.
  5. Run the Windows executable you got. You are set to go! 🎊

Source

NyaIDE is currently closed source at the will of its developer. 😿


Contributions

Contributions and suggestions are dearly welcomed! 💖