https://github.com/moluno-xiii/book_bot_python
https://github.com/moluno-xiii/book_bot_python
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/moluno-xiii/book_bot_python
- Owner: Moluno-xiii
- Created: 2025-07-27T04:18:09.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-07-27T04:27:11.000Z (2 months ago)
- Last Synced: 2025-07-27T06:30:41.366Z (2 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BookBot
BookBot is my first [Boot.dev](https://www.boot.dev) project!
BookBot allows you to run checks on text files (`.txt`).
It finds out:
- How many words are present in a file.
- The number of each character found in the file.## 🚀 Getting Started
To start, run:
```bash
python3 main.py
```