Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afzalimdad9/pyshare
https://github.com/afzalimdad9/pyshare
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/afzalimdad9/pyshare
- Owner: afzalimdad9
- Created: 2024-08-20T14:43:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T14:50:59.000Z (5 months ago)
- Last Synced: 2024-11-08T12:13:11.924Z (about 2 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Kivy-MinorProject
=================
PyShareIt's a file sharing app which can be used for a collaborative project management.
Since Kivy is cross-platform, this app runs on both Windows as well as Linux platform.Based on Twisted Server-Clietn Model, this app helps team members to collaborate their work simultaneoulsy with others.
http://twistedmatrix.com/documents/12.2.0/core/examples/Basic file transmission, searching and accessing among the members.
A Repository is automatically generated on client's machine which is under watch for any file operation.
Any such event triggers the notification to be braodcasted to all the client's.
This helps everyone working if, on same project, to know the status and work of others.
Python module Watchdog helps in triggering pop-ups upon any file event.
https://github.com/gorakhargosh/watchdogYet more to develop...