https://github.com/mohilkadakia/folder-copier
Copy or Backup your folders
https://github.com/mohilkadakia/folder-copier
api backup css css3 html html-css-js html5 javascript js python python3 webapp
Last synced: about 2 months ago
JSON representation
Copy or Backup your folders
- Host: GitHub
- URL: https://github.com/mohilkadakia/folder-copier
- Owner: MohilKadakia
- License: gpl-3.0
- Created: 2022-08-14T20:54:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T21:36:03.000Z (almost 4 years ago)
- Last Synced: 2025-02-06T07:46:22.011Z (over 1 year ago)
- Topics: api, backup, css, css3, html, html-css-js, html5, javascript, js, python, python3, webapp
- Language: JavaScript
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Folder Copier
## Disclaimer:
This was a test application, do not use this for backing up files.
## Description:
Application to copy the contents of one folders to another
## Requirements:
- Python 3.9 or above
- A web browser
- Run `pip install -r requirements.txt` in a terminal to install the package requirements.
## How to use:
Open a terminal in the same directory as `main.py` and type `python main.py`
## Built Using:
- http.server (Webserver GUI)
- TKinter/Customtkinter (Add Folders GUI)
- Multiprocessing (run the add folder GUI and webserver at the same time)
## Contributing:
I will not be monitoring this repo, the easiest way to contribute would be to fork and edit this repository on your own.
## License:
Distributed under the [GPL-3.0](https://choosealicense.com/licenses/gpl-3.0/) License. See `LICENSE` for more information.