Giter VIP home page Giter VIP logo

figui's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.