A File explorer, document viewer, text editor, terminal and a whole lot more; build using PyImGUI which is a python wrapper for Dear ImGUI.
- Super lightweight.
- Quick access console in File explorer.
- Easily configure Neptune using parameters.json file.
Later settings window would be implemeted for even more ease.
- Everything just one click or one key-board key combination away.
FUNFACT: Half of this project actually written using Neptune itself; talk about turing completeness.
- Clone the repository and install PyImGUI library.
git clone https://github.com/Hyouteki/Neptune.git pip install imgui[full]
- Launch Neptune using
python neptune.py
.Later release will include an .exe file replacing the need of downloading library and running Neptune using python interpreter.