everydaycodings / FlexiDocs

Flexidocs is a web app that allows you to convert images from one format to another and resize your images using various options such as dimensions, percentage, and image size.

Home Page:https://flexidoc.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flexidocs

Flexidocs is a web app that allows you to convert images from one format to another and resize your images using various options such as dimensions, percentage, and image size.

Features

  • Convert images from one format to another.
  • Resize images using dimensions, percentage, and image size.
  • Simple and user-friendly interface.

Usage

  1. Visit the Flexidocs website.
  2. Upload the image you want to convert or resize.
  3. Select the desired output format or resizing option.
  4. Click the "Convert" or "Resize" button.
  5. Download the converted or resized image.

Development

Flexidocs is built using Python and Streamlit. The app uses the following libraries:

  • Pillow for image manipulation.
  • Streamlit for UI components and layout.

To run the app locally, follow these steps:

  1. Clone the repository: git clone https://github.com/everydaycodings/FlexiDocs
  2. Install dependencies: pip install -r requirements.txt
  3. Start the server: streamlit run app.py
  4. Open http://localhost:8501 in your web browser.

Contributing

If you would like to contribute to Flexidocs, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch: git checkout -b my-feature-branch
  3. Make your changes and commit them: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-feature-branch
  5. Create a pull request.

License

Flexidocs is licensed under the MIT License. See LICENSE for more information.

About

Flexidocs is a web app that allows you to convert images from one format to another and resize your images using various options such as dimensions, percentage, and image size.

https://flexidoc.streamlit.app/

License:MIT License


Languages

Language:Python 100.0%