Giter Club home page Giter Club logo

filemanager's Introduction

FileManager

File Manager

A minimal file manager app with graphical interface. It is written in Python using PySimpleGUI (a minigame written in pygame is embedded as a fun side-activity). It can be run either

NATIVELY

  • install Python with Tkinter (under Ubuntu, sudo apt install python3 python3-tk)
  • clone our repo git clone https://github.com/AlexandruPites/FileManager.git
  • run pip install -r requirements.txt
  • in the repo root run python3 main.py (under Linux) or py main.py (under Windows)

CONTAINERISED

  • install docker

  • docker build -f <path_to_dockerfile> -t filemanager .

  • docker run --name ubvnc -p 25901:5901 -p 26901:6901 filemanager

  • go to http://localhost:26901/vnc_lite.html (password is headless)

Contributions from each member:

Alex and Andrei worked on GUI and filetree logic. Alex did the initial architecture and Andrei did the overhaul on some aspects. Luca did some testing and dockerized the app, wrote the README and handled dependency management. Difficulties encountered: poor typing of the pyton language and comparatively slow speed compared to a compiled language. The layouts in PySimpleGUI were a headache. Exception handling sometimes makes the application crash. It was a big difficulty to containerize a GUI app in docker.

filemanager's People

Contributors

alexandrupites avatar andreicalcan avatar hamuul avatar

Watchers

 avatar

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.