Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bpetermann/py-bookbot
https://github.com/bpetermann/py-bookbot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bpetermann/py-bookbot
- Owner: bpetermann
- Created: 2023-09-23T12:07:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-24T11:50:33.000Z (over 1 year ago)
- Last Synced: 2023-09-25T01:19:00.102Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Python Bookbot
- Get length and number of occurrences of letters in a text file
- First Python project as part of the boot.dev curriculum### Getting started
```
git clone https://github.com/bpetermann/py-bookbot.git
cd py-bookbot
python main.py
Now enter the path to the text you wish to analyze
```