Skip to content

bhushhhhann/Youtube-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

YouTube Video Manager (Python Project)

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).

Features

  • List all videos
  • Add a new video
  • Update a video
  • Delete a video
  • Auto-create youtube.txt if missing
  • Uses JSON for storage

How to Use

  1. Run the program: python youtube_manager.py
  2. Choose options from the menu (1 to 5).
  3. All changes are saved automatically.

Files

  • youtube_manager.py → Main program
  • youtube.txt → Saves your video data
  • README.md → Project info

Example Stored Data (youtube.txt)

[ { "name": "Python Basics", "time": "12:30" }, { "name": "Learn JSON", "time": "05:12" } ]

Author

Bhushan
Python beginner working on small projects.