https://github.com/epocdotfr/codecrafters-shell-python
Source code of my solution to the CodeCrafters' "Build your own Shell" challenge
https://github.com/epocdotfr/codecrafters-shell-python
challenge codecrafters-shell python
Last synced: 11 months ago
JSON representation
Source code of my solution to the CodeCrafters' "Build your own Shell" challenge
- Host: GitHub
- URL: https://github.com/epocdotfr/codecrafters-shell-python
- Owner: EpocDotFr
- License: other
- Created: 2024-05-27T12:17:39.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T12:49:16.000Z (about 2 years ago)
- Last Synced: 2025-07-19T20:09:34.568Z (11 months ago)
- Topics: challenge, codecrafters-shell, python
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://app.codecrafters.io/users/EpocDotFr)
Source code of my solution to the CodeCrafters' "[Build your own Shell](https://codecrafters.io/challenges/shell)"
challenge.
I've put myself a personal challenge: do not use any third-party packages (only use built-in Python features). Of course,
I did not use Python's `Cmd` or `shlex` neither.