atharva-naik / FigUI

FIG: Fig Is a Gui. As the acronym states, FIG is indeed a GUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FigUI: The pythonic file UI

The aim of FigUI is to provide a single desktop application to view, edit, process and convert various file types - images, videos, audio files, 3D model files, binary files, log files, code files, pdf, excel, ppt files etc. You get the picture :P . This is just a passion project and don't expect this to be a replacement for gnome apps, VSCode or VLC :|

File formats to be supported:

  1. Text: (txt, md, rst, log)
  2. Code: (most coding languages: think python, Javascript, C, C++, Java, Perl, Ruby, anything code mirror can highlight :P, JSON, JSONL, pickle files, github flavored markdown, html, css, scss, less etc.)
  3. Audio: (mp3, wav, ogg etc.)
  4. Document: ppt/ CSVs
  5. Image: (still images formats such as png, jpg, svg (technically they are more like html files though :P), ico, bmp etc. as well as more dynamic formats such as gif)
  6. Video: (mp4, mov, webm etc.)
  7. Archives: (zip, 7zip etc)

Credits to some really great JS and Python repos/code snippets:

Some of the many stack overflow answers, github repos and (This list is incomplete I keep adding to it periodically, however since the repo is highly unstable and I am constantly changing up stuff, if your code was used, but you weren't credited, please let me know)

  1. rolling selector
  2. toast-ui image editor

Attributions for icons

coming soon! For now, see: attributions.md

Screenshots of the UI:

  1. App Launcher App Launcher
  2. File Viewer File Viewer
  1. Bashrc Editor Bashrc Editor
  2. Code Editor Code Editor
  3. Image Viewer Image Viewer
  4. Image Editor Image Editor
  5. File Formats File Formats
  6. PDF Reader PDF Reader
  7. Pickle Viewer Pickle Viewer
  8. Text Editor Text Editor
  9. Embedded xterm Emulator Embedded xterm Emulator
  10. File Explorer Sidebar Hierarchical file explorer sidebar
  11. Licence Generator License generator
  12. Task Viewer Task Viewer: horizontal mode Task Viewer: vertical mode
  13. Clock Clock
  14. Embedded Chromium Browser Browser

How to install

Installation instructions for fig.

From source (only way available currently)

  1. clone the repository: git clone https://github.com/atharva-naik/FigUI
  2. Install dependencies pip install -r requirements.txt

Setting up fig as a desktop application

  1. Modify python shebang in main.py:
    Change the #!/home/atharva/anaconda3/envs/figui/bin/python to #!<your_python_path>, where your_python_path is the output of the command which python.
  2. change nautilus settings to allow running of main.py python script from the launcher sidebar.

About

FIG: Fig Is a Gui. As the acronym states, FIG is indeed a GUI.

License:GNU General Public License v3.0


Languages

Language:JavaScript 73.9%Language:Python 20.2%Language:HTML 4.0%Language:CSS 1.9%Language:Shell 0.0%