This is a simple Python command-line app to manage YouTube video details.
You can add, list, update, and delete videos.
All videos are saved in a JSON file (youtube.txt).
- List all videos
- Add a new video
- Update a video
- Delete a video
- Auto-create youtube.txt if missing
- Uses JSON for storage
- Run the program: python youtube_manager.py
- Choose options from the menu (1 to 5).
- All changes are saved automatically.
- youtube_manager.py → Main program
- youtube.txt → Saves your video data
- README.md → Project info
[ { "name": "Python Basics", "time": "12:30" }, { "name": "Learn JSON", "time": "05:12" } ]
Bhushan
Python beginner working on small projects.