Change app folder to GitHub_Pulse
|
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 128 KiB |
|
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 91 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
@@ -1,4 +1,4 @@
|
|||||||
# 
|
# 
|
||||||
|
|
||||||
A Python-based GUI application for GitHub automation workflows and AI assisted workflows.
|
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!
|
> 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.
|
> Please be aware that some features may be incomplete or unstable.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Pulse Workflow
|
## Pulse Workflow
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Project Structure
|
## Project Structure
|
||||||
|
|
||||||
```text
|
```text
|
||||||
github_pulse/
|
github_pulse/
|
||||||
├── application/ # Main application directory
|
├── GitHub_Pulse/ # Main application directory
|
||||||
│ ├── app.py # Application entry point
|
│ ├── app.py # Application entry point
|
||||||
│ ├── requirements.txt # Python dependencies
|
│ ├── requirements.txt # Python dependencies
|
||||||
│ └── app_components/ # Application modules
|
│ └── app_components/ # Application modules
|
||||||
@@ -55,7 +55,7 @@ github_pulse/
|
|||||||
1. **Clone the repository**
|
1. **Clone the repository**
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/TySP-Dev/github_pulse.git
|
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**
|
2. **Create and activate virtual environment**
|
||||||
|
|||||||
@@ -17,8 +17,8 @@ A Python-based GUI application for GitHub automation workflows.
|
|||||||
1. **Clone/Download the Repository**
|
1. **Clone/Download the Repository**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/TySP-Dev/github_automation.git
|
git clone https://github.com/TySP-Dev/github_pulse.git
|
||||||
cd github_automation/application
|
cd github_pulse/GitHub_Pulse
|
||||||
```
|
```
|
||||||
|
|
||||||
2. **Create Virtual Environment** (Recommended)
|
2. **Create Virtual Environment** (Recommended)
|
||||||
@@ -79,7 +79,7 @@ The project is organized as follows:
|
|||||||
|
|
||||||
```text
|
```text
|
||||||
github_pulse/
|
github_pulse/
|
||||||
├── application/ # Main application directory
|
├── GitHub_Pulse/ # Main application directory
|
||||||
│ ├── app.py # Application entry point
|
│ ├── app.py # Application entry point
|
||||||
│ ├── requirements.txt # Python dependencies
|
│ ├── requirements.txt # Python dependencies
|
||||||
│ └── app_components/ # Application modules
|
│ └── app_components/ # Application modules
|
||||||
|
|||||||