An open-source floating widget for Windows, enhancing productivity with quick access tools.
Inspired by PowerToys. Built with PySide6.
- Floating Widget β Always-on-top, draggable, and resizable.
- System Tray Integration β Minimize to tray, open settings, and exit easily.
- Customizable UI β Theme support, adjustable widget sizes.
- Menu Grid (3x3) β Quick access to tools for productivity.
- Settings Panel β Modify appearance, shortcuts, and behaviors.
- Python 3.9 or higher
- pip (Python package installer)
- Git
- Windows 10 or higher
# Clone the repository
git clone https://github.com/TheChillTechgineer/Python-Desktop-TheChillTechgineer-ChillFloatingAssistant-v1-2025.git
# Navigate to project directory
cd Python-Desktop-TheChillTechgineer-ChillFloatingAssistant-v1-2025
# Create a virtual environment (recommended)
python -m venv venv
.\venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt
# Run the application
python src/main.py- Download the latest installer from the Releases page
- Run the installer (.exe file)
- Follow the installation wizard
- Launch the application from the Start menu
The app stores settings in src/config/:
app_config.json(Unchangeable system settings)user_settings.json(User-modifiable settings)
- Folder and File Shortcuts β Quickly access frequently used folders and files.
This project is licensed under Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0).
β
Personal, research, and educational use allowed.
β Commercial use is strictly prohibited.
We welcome non-commercial contributions! Open an issue or submit a PR.
Made with β€οΈ by TheChillTechgineer.