Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dzareldeveloper/color-picker

Project-16 | Hari-16 | 50 Project Python
https://github.com/dzareldeveloper/color-picker

Last synced: 19 days ago
JSON representation

Project-16 | Hari-16 | 50 Project Python

Awesome Lists containing this project

README

        

# Project-16: Color Picker
**By Codesphered01010**

## Description
This project is a simple **Color Picker** application built using Python and the **tkinter** module for the graphical user interface. The application allows users to select a color from a color chooser dialog and displays the selected color along with its hex code.

---

## Features

1. **Color Selection**
- Users can choose a color using a color chooser dialog.

2. **Display Selected Color**
- The application displays the selected color and its hex code.

3. **Dynamic Text Color**
- The text color changes based on the brightness of the selected color for better visibility.

---

## Requirements

### Python Version
- Ensure that Python 3.x is installed on your system.

### Required Modules
- **tkinter** for the graphical user interface (comes pre-installed with Python).

### Run Script
To run the application, use the following command:
```bash
python project-16.py