LoveDoLove /
Github-Profile-Manager
Automate your GitHub profile README with dynamic featured projects and 3D contribution graphs using GitHub Actions workflows.
Loading repository data…
D0pExD / repository
Automated GitHub workflow manager and contribution scheduler with a modern desktop UI.
A desktop application designed to automate and manage Git workflows. GitPulse provides a user-friendly interface for scheduling commits, monitoring repository activity, and managing multiple GitHub accounts through a centralized dashboard.
Clone the repository:
git clone https://github.com/D0pExD/gitpulse.git
cd gitpulse
Install the required dependencies:
pip install -r requirements.txt
To start the application, run the main script:
python main.py
The application will launch the dashboard and initialize the system tray icon. Use the sidebar to navigate between the scheduler, account settings, and logs.
To build the executable for distribution:
pyinstaller build.spec
The output will be generated in the dist/ directory.
This project is licensed under the MIT License - see the LICENSE file for details.
Selected from shared topics, language and repository description—not editorial ratings.
LoveDoLove /
Automate your GitHub profile README with dynamic featured projects and 3D contribution graphs using GitHub Actions workflows.