Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dzareldeveloper/color-picker
- Owner: DzarelDeveloper
- License: mit
- Created: 2024-12-25T12:37:22.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2024-12-25T12:38:11.000Z (27 days ago)
- Last Synced: 2024-12-25T13:34:03.037Z (27 days ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- 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