AntiMatter is an alternative to Rainmeter, designed for users who want customizable widgets on their desktop. Currently, AntiMatter includes a sleek clock widget that displays the date, day, and time, with options to change the font color.
- Clock Widget: Displays the current date, day, and time.
- Customization: Allows users to change the font color for a personalized look.
To build and run the project, you need to set up an environment with the required dependencies.
- PyQt5: Used for the widget's graphical interface.
- PyInstaller: For building the project into an executable.
- Set up the environment
Create a Python virtual environment:python -m venv antimatter-env source antimatter-env/bin/activate for LINUX use antimatter-env\Scripts\activate for Windows pip install PyQt5
- Creating a executable for Windows
pyinstaller --onefile clock.py