This project is designed to automatically sort specific file types from a source folder to a destination folder using Python.
To get a copy of this project up and running on your local machine, simply follow these steps.
Ensure that you have the following installed:
- Python 3
- Docker (if you want to run the project in a Docker container)
To fork this repository on GitHub, simply click the "Fork" button at the top right of the repository page.
Clone the repository by running the following command in your terminal or command prompt:
git clone https://github.com/your-username/file-sorter.git
- Navigate to the file-sorter directory.
- Run the Python script with the following command:
python file-sorter.py
Build the Docker image by running the following command in the project's root directory:
docker build -t file-sorter-app .
Once the image is built, run a Docker container using the following command:
docker run file-sorter-app
To pull the Docker image from Docker Hub, use the following command:
docker pull fkamau1/file-sorter:1.0.2