Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishayo/bookbot
https://github.com/nishayo/bookbot
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nishayo/bookbot
- Owner: nishaYO
- Created: 2023-09-23T04:54:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-23T16:08:26.000Z (about 1 year ago)
- Last Synced: 2024-10-12T13:12:47.735Z (about 1 month ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BookBot
BookBot is a Python script that analyzes a text document to provide a report with the word count and character frequency. It reads a specified text file, counts the words, and displays the frequency of each character. Customize the `book_path` variable to analyze different documents. Run the script with Python to generate reports and gain insights into the content.
## boot.dev Course TaskThis repository was created as a task for the boot.dev course.