An open API service indexing awesome lists of open source software.

https://github.com/guiribei/mini_flix

Group work as a final project to the first module of Santander Coders at Ada (Let's Code)
https://github.com/guiribei/mini_flix

csv personal-project python

Last synced: 7 months ago
JSON representation

Group work as a final project to the first module of Santander Coders at Ada (Let's Code)

Awesome Lists containing this project

README

          

# mini_flix

Miniflix is a simple movie catalog management system written in Python. It allows users to add, update, delete, search, and list movies, as well as search for movies by genre.

## Table of Contents
- [Project definition](#installation)
- [Installation](#installation)
- [Usage](#usage)

### Project definition: 🎬
- Register new films in the catalogue
- Implement a search strategy for registered films
- Implement a screening strategy for registered films
- Implement a strategy for updating registered films
- Create error error messages to control possible inconsistent entries of the player
- Implement a strategy for deleting registered films
- Bonus: Create a strategy for saving calendar data to a file.

## Installation

You just need to have python and run the main script.

```bash
git clone https://github.com/Guiribei/mini_flix.git
```
```bash
cd mini_flix
```
```bash
python adaflix.py
```

## Usage

When you run the script, a menu will be displayed with available options. Enter the corresponding number to choose an option, then follow the prompts to perform the desired action.

```
======== Adaflix =========
1 - Add movie
2 - Update movie
3 - Delete movie
4 - Search movie
5 - List movies
6 - Look for a genre
7 - Clear screen
8 - Exit

```