Welcome to the File Sharing project! This repository provides a simple and efficient way to share files over a network using Flask. Whether youβre working on a team project or need to transfer files between devices, this tool has got you covered.
To get started with the File Sharing project, follow these steps:
git clone https://github.com/programmingwithprince/File-Sharing.git
cd File-Sharing
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
pip install -r requirements.txt
python main.py
python main.py
http://127.0.0.1:5000.
or f'http://{localIP}:5000'Hereβs an overview of the projectβs structure:
```plaintext File-Sharing/ βββ app/ β βββ init.py β βββ routes.py β βββ templates/ β βββ index.html βββ static/ β βββ css/ β βββ js/ β βββ uploads/ βββ venv/ βββ .gitignore βββ app.py βββ requirements.txt βββ README.md
We welcome contributions! Please follow these steps to contribute:
git checkout -b feature-branch).git commit -m 'Add new feature').git push origin feature-branch).This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or suggestions or freelancing services, feel free to reach out:
Thank you for using File Sharing! We hope it makes your file transfer tasks easier and more efficient. Happy sharing! π