File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed
Personal Journal with Sentiment Analysis Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,20 @@ To install the required modules, use the following steps:
38
38
exit ()
39
39
` ` `
40
40
41
- # # How to Run the Script
42
- 1. Navigate to the project directory in Command Prompt (Windows) or Terminal (macOS/Linux).
43
- 2. Run the script using Python:
44
- ` ` ` sh
45
- python personal_journal.py
46
- ` ` `
47
- 3. Follow the on-screen prompts to use the journal application.
48
-
41
+ # # ▶️ How to Run the Script
42
+ 1. Clone the Repository:
43
+ ```
44
+ git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
45
+ ```
46
+ 2. Navigate to Directory:
47
+ ```bash
48
+ cd Simple-Python-Mini-Projects/Personal\ Journal\ with\ Sentiment\ Analysis
49
+ ```
50
+ 3 . Run the Script:
51
+ ``` bash
52
+ python personal_journal.py
53
+ ```
54
+
49
55
## Example Usage
50
56
``` sh
51
57
Personal Journal
You can’t perform that action at this time.
0 commit comments