An open API service indexing awesome lists of open source software.

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.

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.

![Image](ss.png)

## 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