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
+6 -3
View File
@@ -18,7 +18,7 @@ A Python-based GUI application for GitHub automation workflows.
```bash
git clone https://github.com/TySP-Dev/github_pulse.git
cd github_pulse/GitHub_Pulse
cd github_pulse/src
```
2. **Create Virtual Environment** (Recommended)
@@ -44,7 +44,7 @@ A Python-based GUI application for GitHub automation workflows.
4. **Run the Application**
```bash
python app.py
python main.py
```
> [!NOTE]
@@ -79,9 +79,12 @@ The project is organized as follows:
```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