https://github.com/dzareldeveloper/color-picker
Project-16 | Hari-16 | 50 Project Python
https://github.com/dzareldeveloper/color-picker
Last synced: 2 days ago
JSON representation
Project-16 | Hari-16 | 50 Project Python
- Host: GitHub
- URL: https://github.com/dzareldeveloper/color-picker
- Owner: DzarelDeveloper
- License: mit
- Created: 2024-12-25T12:37:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-29T12:22:06.000Z (7 months ago)
- Last Synced: 2025-02-22T03:14:57.772Z (5 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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