Liquid Mark is a watermarking tool built with Python and the TKinter and PIL libraries. With Liquid Mark, you can easily add custom watermarks to your photos and videos.
- Add text and image watermarks to photos
- Customize watermark font, size, color, rotation, and position
- Simple and intuitive user interface
To use Liquid Mark, you will need to have the following software installed on your machine:
- Python 3.x
- TKinter library
- PIL (Python Imaging Library)
To install Liquid Mark, follow these steps:
- Clone the repository to your local machine using
git clone https://github.com/YOUR_USERNAME/YOUR_REPO.git - Navigate to the root directory of the project using
cd YOUR_REPO - Install the required libraries using
pip install -r requirements.txt
Using Liquid Mark is easy! Just follow these steps:
- Open the app using
python main.py - Select the image you want to watermark
- Choose your watermark options from the toolbar
- Preview your changes in real-time
- Save your watermarked image to your desired location
We welcome contributions to Liquid Mark. If you have an idea for a new feature or have found a bug, please open an issue on the Issues page. If you would like to contribute code, please fork the repository and submit a pull request.