Making enhancements to make building and packaging the application possible

This commit is contained in:
b-tsammmons
2025-11-13 11:32:28 -10:00
parent 2accd790a8
commit 9968233dee
28 changed files with 110 additions and 183 deletions
+8 -5
View File
@@ -1,4 +1,4 @@
# ![GitHub Pulse Logo](GitHub_Pulse/app_components/assets/pulse_logo_white_no_bkg_github.png)
# ![GitHub Pulse Logo](src/app_components/assets/pulse_logo_white_no_bkg_github.png)
A Python-based GUI application for GitHub automation workflows and AI assisted workflows.
@@ -6,19 +6,22 @@ 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](src/app_components/assets/github_pulse_img.png)
## Pulse Workflow
![Pulse Workflow img](GitHub_Pulse/app_components/assets/flow-diagram.png)
![Pulse Workflow img](src/app_components/assets/flow-diagram.png)
## Project Structure
```text
github_pulse/
├── GitHub_Pulse/ # Main application directory
├── src/ # Main application directory
│ ├── app.py # Application entry point
│ ├── requirements.txt # Python dependencies
│ ├── assets # Images for build
│ │ ├── icon.png # Application icon
│ │ └── splash_android.png # Splash screen image
│ └── app_components/ # Application modules
│ ├── assets/ # Images and assets
│ │ ├── flow-diagram.png # Workflow diagram
@@ -55,7 +58,7 @@ github_pulse/
1. **Clone the repository**
```bash
git clone https://github.com/TySP-Dev/github_pulse.git
cd github_pulse/GitHub_Pulse
cd github_pulse/src
```
2. **Create and activate virtual environment**