Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Noblesix960 authored Jul 25, 2024
2 parents 97fc78e + 59b41dc commit 7e4644e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# PrankLineCrafter

*PrankLineCrafter is an idea by [tuxerrante](https://github.com/tuxerrante).*

PrankLineCrafter is a Python script that generates humorous stories based on names provided in a text file and submits these stories to a server via HTTP POST requests. The stories are generated using the LlamaAPI, which is integrated into the script to create engaging and amusing content.

## Features
Expand All @@ -21,8 +23,8 @@ PrankLineCrafter is a Python script that generates humorous stories based on nam
1. Clone this repository:

```bash
git clone https://github.com/yourusername/your-repository.git
cd your-repository
git clone https://github.com/Noblesix960/PrankLineCrafter.git
cd PrankLineCrafter
```

2. Install the required packages:
Expand Down

0 comments on commit 7e4644e

Please sign in to comment.