https://github.com/rishav-raj-sinha/pusher
Pusher : A Python based GUI application for scheduling Git push operations at desired times on the current day.
https://github.com/rishav-raj-sinha/pusher
cronjob crontab git github python python3 tkinter
Last synced: 4 months ago
JSON representation
Pusher : A Python based GUI application for scheduling Git push operations at desired times on the current day.
- Host: GitHub
- URL: https://github.com/rishav-raj-sinha/pusher
- Owner: Rishav-Raj-Sinha
- Created: 2024-04-28T12:44:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-01T14:37:51.000Z (about 1 year ago)
- Last Synced: 2025-01-01T01:25:59.763Z (6 months ago)
- Topics: cronjob, crontab, git, github, python, python3, tkinter
- Language: Python
- Homepage:
- Size: 6.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git Push Scheduler GUI Tool
This GUI tool is built with Python and Tkinter, allowing users to schedule a Git push operation at a desired time on the day. It utilizes the `python-crontab` library for scheduling cron jobs.

## Features
- User-friendly interface built with Tkinter.
- Schedule Git push operations for a specific time on the current day.
- Easy-to-use scheduling interface.## Tech Stack
- Python
- Tkinter
- python-crontab# NOTE : PROVIDE THE TIME IN 24 HOUR FORMAT AND JUST ENTER THE HOUR , THE PUSH WILL TAKE PLACE EXACTLY AT THE DESIRED HOUR AND 00 MINUTES, THE SUPPORT FOR CHOOSING MINUTES WILL BE ADDED LATER
# NOTE : ENTER FULL PATH TO YOU DIRECTORY WHERE GIT IS INITIALIZED