Skip to content

Flask web application which allow users to covert documents easily.

Notifications You must be signed in to change notification settings

xerone2/FileFly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask File Converter

Flask File Converter is a web application built with Flask that allows users to convert files between different formats. The application supports converting documents to PDF and vice versa.

Features

  • Convert documents to PDF
  • Convert PDF files to documents
  • Cross-platform compatibility
  • Easy-to-use web interface

Technologies Used

  • Python
  • Flask
  • HTML/CSS
  • JavaScript
  • PDF2DOCX library (for document conversion)
  • Other dependencies listed in requirements.txt

Installation

  1. Clone the repository:

    https://github.com/xerone2/FileFly.git

  2. Navigate to the project directory:

    cd flask-file-converter

  3. Install dependencies:

    pip install -r requirements.txt

  4. Run the Flask application:

    flask run

  5. Open your web browser and navigate to http://localhost:5000 to access the application.

Usage

  1. Select the file you want to convert by clicking the "Select Files" button.
  2. Choose the desired conversion option (e.g., "Convert to PDF" or "Convert to Document").
  3. Wait for the conversion process to complete.
  4. Download the converted file from the provided link.

Contributing

Contributions to Flask File Converter are welcome! If you have any suggestions, improvements, or bug fixes, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.


Feel free to customize this README template according to your project's specific details and requirements. Include any additional information, instructions, or usage examples that you think would be helpful for users and contributors.

About

Flask web application which allow users to covert documents easily.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published