/multi-tool

Web app providing many digital tools required in everyday lives

Primary LanguageSCSSMIT LicenseMIT

Flask Web MultiTool

This is a simple Flask application that serves as a multi-tool in a digital world. It consists of many free-to-use and open source python tools for working with PDF files, Audio and Video files, Images and many more. It uses libraries mentioned in requirements.txt to do the job and Flask to handle HTTP requests.

Prerequisites

  • Python 3.x
  • Flask
  • Required Libraries that are in requirements.txt

Installation

  1. Clone this repository to your local machine.
  2. Navigate to the project directory.
  3. Install the required dependencies using the following command:
   pip install -r requirements.txt

Usage

  1. Start the Flask application using the following command:
flask run
  1. Open your web browser and navigate to http://127.0.0.1:5000.

  2. Select a tool you want to use.

  3. Follow the form on the screen and have fun!

Contributing

Contributions are always welcome! If you find a bug or would like to suggest an improvement, please open an issue on GitHub. If you would like to contribute code, please fork the repository and create a pull request.

License

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


Try out the live demo: