Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days ago
JSON representation
A File explorer, document viewer, text editor, terminal and a whole lot more; build using PyImGUI.
- Host: GitHub
- URL: https://github.com/hyouteki/neptune
- Owner: hyouteki
- License: mit
- Created: 2023-08-06T17:45:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-06T18:13:05.000Z (about 1 year ago)
- Last Synced: 2024-10-05T23:44:34.946Z (about 1 month ago)
- Topics: document-viewer, file-explorer, pyimgui, terminal, text-editor
- Language: Python
- Homepage:
- Size: 136 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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