The Gradiant Generator App is a desktop application developed using Python's PyQt5 library, designed to simplify the process of generating custom black or white gradient color palettes. Whether you're a designer seeking the perfect gradient or a new programmer eager to learn PyQt5, this app has got you covered!
-
Easy-to-Use Interface: The app boasts a user-friendly interface, making it a breeze for users of all levels to create stunning gradient color palettes.
-
Interactive GUI: With just a simple click, you can copy any color from the generated gradient palette, allowing for seamless integration into your projects.
-
Black and White Modes: Choose between two modes: black and white gradient palettes, providing flexibility and customization options to suit your design needs.
-
Sleek Appearance: We've put extra effort into crafting a stylish and appealing user interface, ensuring a pleasant experience while working with the app.
- Python 3.x
- PyQt5
Clone this repository to your local machine using Git:
Make sure you have Python 3.x installed on your system. You can download it from the official website: https://www.python.org/downloads/
Install the required Python packages using pip:
pip install PyQt5
-
Launch the app by running
python main.py
from the project directory. -
Choose the mode (black or white) for your gradient palette.
-
Use the interactive GUI to explore the generated gradient palette.
-
Click on any color to copy its value, making it convenient to incorporate into your design projects.
The Gradiant Generator App features a stunning appearance crafted with CSS styling. The CSS files are available in the css/
directory of the repository. Feel free to customize the CSS to match your design preferences.
This project is licensed under the MIT License.
Thank you for exploring the Gradiant Generator App. Whether you're a designer seeking the perfect gradient or a programmer diving into PyQt5, we hope this app proves to be a valuable asset in your creative journey. If you have any feedback, suggestions, or wish to contribute to the project, feel free to reach out. Happy gradient generating! 🎨🚀