Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hyouteki/neptune

A File explorer, document viewer, text editor, terminal and a whole lot more; build using PyImGUI.
https://github.com/hyouteki/neptune

document-viewer file-explorer pyimgui terminal text-editor

Last synced: 2 days ago
JSON representation

A File explorer, document viewer, text editor, terminal and a whole lot more; build using PyImGUI.

Awesome Lists containing this project

README

        

# Neptune
A File explorer, document viewer, text editor, terminal and a whole lot more; build using [PyImGUI](https://github.com/pyimgui/pyimgui.git) which is a python wrapper for [Dear ImGUI](https://github.com/ocornut/imgui.git).

![Screenshot](https://github.com/Hyouteki/Neptune/blob/main/screenshot1.png)

## Features
- Super lightweight.
- Quick access console in File explorer.
- Easily configure Neptune using [parameters.json](https://github.com/Hyouteki/Neptune/blob/main/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.

## Quick start
- 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.

## References
- https://github.com/pyimgui/pyimgui.git
- https://github.com/ocornut/imgui.git
- https://www.youtube.com/watch?v=wh_W-veFpKU