Skip to content

Diparsan79/reso-2warmup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8e48c86 · · Mar 29, 2026

History

1 Commit
Mar 29, 2026
Mar 29, 2026
Mar 29, 2026
Mar 29, 2026
Mar 29, 2026
Mar 29, 2026
Mar 29, 2026

Repository files navigation

Week 2 — Resolution

This is my project for Week 2 of the Resolution Program by Hack Club.

Projects This Week

Project 1 — Contacts Storer

A CLI tool for storing and managing contacts. This project built on the concepts from Week 1, reinforcing the fundamentals with a new use case..

Project 2 — Movie Finder CLI

A more challenging project that introduced new concepts from Week 2.

Built a fully functional CLI tool that fetches real movie and TV show data from the OMDb API.

Features

  • Search movies and shows by title
  • Filter results by type (movie or series)
  • Get detailed info by title and year
  • Browse titles by genre
  • Saves results locally to a JSON file

What I learned

  • Working with external APIs using requests
  • Building CLI tools with argparse (subcommands, positional arguments, mutually exclusive groups)
  • Managing API keys securely with .env files
  • Parsing and displaying JSON data

Reflection

This week was very fruitful. I initially got stuck on the basics but working through the problems carefully helped me understand the concepts much more deeply.y.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages