This is a Python-based desktop application built with customtkinter. It allows users to view, categorize, and extract Facebook background colors.
- Background Synchronization: Automatically fetching and synchronizing the latest background data.
- Categorization: View backgrounds neatly organized into different categories.
- Favorites System: You can favorite specific backgrounds, and view all locally saved favorites in a dedicated section.
- Modern UI: Clean and modern UI with responsive dark/light mode system.
Ensure you have Python 3 installed. Then install the dependencies:
pip install customtkinterRun the main file to start the application:
python main.pyIf you want to package the application into a standalone executable:
- Double-click the
build.batscript, or run it from your command line:build.bat
- Wait for the standard build process to complete.
- Once completed, your application executable will be located in the
dist/directory.
- Launch the application.
- Wait for the Initial data fetch to complete.
- Click on the categories on the left Sidebar to browse backgrounds.
- Click on a background to copy its detail or interact with it.
- All your favorites are automatically saved to
favorites.jsonand persist across sessions.