An open API service indexing awesome lists of open source software.

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

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.