diff --git a/GitHub Pulse/app_components/__init__.py b/GitHub_Pulse/app_components/__init__.py similarity index 100% rename from GitHub Pulse/app_components/__init__.py rename to GitHub_Pulse/app_components/__init__.py diff --git a/GitHub Pulse/app_components/ai_manager.py b/GitHub_Pulse/app_components/ai_manager.py similarity index 100% rename from GitHub Pulse/app_components/ai_manager.py rename to GitHub_Pulse/app_components/ai_manager.py diff --git a/GitHub Pulse/app_components/assets/flow-diagram.png b/GitHub_Pulse/app_components/assets/flow-diagram.png similarity index 100% rename from GitHub Pulse/app_components/assets/flow-diagram.png rename to GitHub_Pulse/app_components/assets/flow-diagram.png diff --git a/GitHub Pulse/app_components/assets/github_pulse_img.png b/GitHub_Pulse/app_components/assets/github_pulse_img.png similarity index 100% rename from GitHub Pulse/app_components/assets/github_pulse_img.png rename to GitHub_Pulse/app_components/assets/github_pulse_img.png diff --git a/GitHub Pulse/app_components/assets/pulse_logo_gray_no_bkg.png b/GitHub_Pulse/app_components/assets/pulse_logo_gray_no_bkg.png similarity index 100% rename from GitHub Pulse/app_components/assets/pulse_logo_gray_no_bkg.png rename to GitHub_Pulse/app_components/assets/pulse_logo_gray_no_bkg.png diff --git a/GitHub Pulse/app_components/assets/pulse_logo_white_no_bkg.png b/GitHub_Pulse/app_components/assets/pulse_logo_white_no_bkg.png similarity index 100% rename from GitHub Pulse/app_components/assets/pulse_logo_white_no_bkg.png rename to GitHub_Pulse/app_components/assets/pulse_logo_white_no_bkg.png diff --git a/GitHub Pulse/app_components/assets/pulse_logo_white_no_bkg_github.png b/GitHub_Pulse/app_components/assets/pulse_logo_white_no_bkg_github.png similarity index 100% rename from GitHub Pulse/app_components/assets/pulse_logo_white_no_bkg_github.png rename to GitHub_Pulse/app_components/assets/pulse_logo_white_no_bkg_github.png diff --git a/GitHub Pulse/app_components/assets/pulse_logo_white_w_black_bkg.png b/GitHub_Pulse/app_components/assets/pulse_logo_white_w_black_bkg.png similarity index 100% rename from GitHub Pulse/app_components/assets/pulse_logo_white_w_black_bkg.png rename to GitHub_Pulse/app_components/assets/pulse_logo_white_w_black_bkg.png diff --git a/GitHub Pulse/app_components/cache_manager.py b/GitHub_Pulse/app_components/cache_manager.py similarity index 100% rename from GitHub Pulse/app_components/cache_manager.py rename to GitHub_Pulse/app_components/cache_manager.py diff --git a/GitHub Pulse/app_components/config_manager.py b/GitHub_Pulse/app_components/config_manager.py similarity index 100% rename from GitHub Pulse/app_components/config_manager.py rename to GitHub_Pulse/app_components/config_manager.py diff --git a/GitHub Pulse/app_components/github_api.py b/GitHub_Pulse/app_components/github_api.py similarity index 100% rename from GitHub Pulse/app_components/github_api.py rename to GitHub_Pulse/app_components/github_api.py diff --git a/GitHub Pulse/app_components/main_gui.py b/GitHub_Pulse/app_components/main_gui.py similarity index 100% rename from GitHub Pulse/app_components/main_gui.py rename to GitHub_Pulse/app_components/main_gui.py diff --git a/GitHub Pulse/app_components/processing_log_dialog.py b/GitHub_Pulse/app_components/processing_log_dialog.py similarity index 100% rename from GitHub Pulse/app_components/processing_log_dialog.py rename to GitHub_Pulse/app_components/processing_log_dialog.py diff --git a/GitHub Pulse/app_components/settings_dialog.py b/GitHub_Pulse/app_components/settings_dialog.py similarity index 100% rename from GitHub Pulse/app_components/settings_dialog.py rename to GitHub_Pulse/app_components/settings_dialog.py diff --git a/GitHub Pulse/app_components/settings_manager.py b/GitHub_Pulse/app_components/settings_manager.py similarity index 100% rename from GitHub Pulse/app_components/settings_manager.py rename to GitHub_Pulse/app_components/settings_manager.py diff --git a/GitHub Pulse/app_components/utils.py b/GitHub_Pulse/app_components/utils.py similarity index 100% rename from GitHub Pulse/app_components/utils.py rename to GitHub_Pulse/app_components/utils.py diff --git a/GitHub Pulse/app_components/workflow.py b/GitHub_Pulse/app_components/workflow.py similarity index 100% rename from GitHub Pulse/app_components/workflow.py rename to GitHub_Pulse/app_components/workflow.py diff --git a/GitHub Pulse/icon.png b/GitHub_Pulse/icon.png similarity index 100% rename from GitHub Pulse/icon.png rename to GitHub_Pulse/icon.png diff --git a/GitHub Pulse/main.py b/GitHub_Pulse/main.py similarity index 100% rename from GitHub Pulse/main.py rename to GitHub_Pulse/main.py diff --git a/GitHub Pulse/requirements.txt b/GitHub_Pulse/requirements.txt similarity index 100% rename from GitHub Pulse/requirements.txt rename to GitHub_Pulse/requirements.txt diff --git a/README.md b/README.md index ac38099..a9e7155 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ![GitHub Pulse Logo]("GitHub Pulse/app_components/assets/pulse_logo_white_no_bkg_github.png") +# ![GitHub Pulse Logo](GitHub_Pulse/app_components/assets/pulse_logo_white_no_bkg_github.png) A Python-based GUI application for GitHub automation workflows and AI assisted workflows. @@ -6,17 +6,17 @@ A Python-based GUI application for GitHub automation workflows and AI assisted w > This project is currently in active development. Features and functionality may change frequently. Bug reports and contributions are welcome and encouraged! > Please be aware that some features may be incomplete or unstable. -![GitHub Pulse img]("GitHub Pulse/app_components/assets/github_pulse_img.png") +![GitHub Pulse img](GitHub_Pulse/app_components/assets/github_pulse_img.png) ## Pulse Workflow -![Pulse Workflow img]("GitHub Pulse/app_components/assets/flow-diagram.png") +![Pulse Workflow img](GitHub_Pulse/app_components/assets/flow-diagram.png) ## Project Structure ```text github_pulse/ -├── application/ # Main application directory +├── GitHub_Pulse/ # Main application directory │ ├── app.py # Application entry point │ ├── requirements.txt # Python dependencies │ └── app_components/ # Application modules @@ -55,7 +55,7 @@ github_pulse/ 1. **Clone the repository** ```bash git clone https://github.com/TySP-Dev/github_pulse.git - cd github_pulse/application + cd github_pulse/GitHub_Pulse ``` 2. **Create and activate virtual environment** diff --git a/SETUP.md b/SETUP.md index 198ec79..d1e1aa4 100644 --- a/SETUP.md +++ b/SETUP.md @@ -17,8 +17,8 @@ A Python-based GUI application for GitHub automation workflows. 1. **Clone/Download the Repository** ```bash - git clone https://github.com/TySP-Dev/github_automation.git - cd github_automation/application + git clone https://github.com/TySP-Dev/github_pulse.git + cd github_pulse/GitHub_Pulse ``` 2. **Create Virtual Environment** (Recommended) @@ -79,7 +79,7 @@ The project is organized as follows: ```text github_pulse/ -├── application/ # Main application directory +├── GitHub_Pulse/ # Main application directory │ ├── app.py # Application entry point │ ├── requirements.txt # Python dependencies │ └── app_components/ # Application modules