pascalkrautm / 002---Audio-News-Podcast-Generator

002 - Audio News Podcast Generator, MBA HSD SS21
0 stars 2 forks source link

Change user interface #14

Closed Marco-Me closed 3 years ago

Marco-Me commented 3 years ago
pascalkrautm commented 3 years ago

art library implemented with starting letters

pascalkrautm commented 3 years ago

updated multiple keywords (not working properly). Cant provide keywords[]

pascalkrautm commented 3 years ago

converting to small letters added. No matter if Corona or corona anymore.

pascalkrautm commented 3 years ago

multiple keywords is working!

Matadore3 commented 3 years ago

Solved: Ask user if default settings shout be used. If no ask for parameters. ("y" or "n") save settings in setting doc for next time

I think this is not final in object oriented programming

Marco-Me commented 3 years ago

Save as pdf or save as mp3

pascalkrautm commented 3 years ago

comma separated code

keywords = [] keyword = (input("Enter comma separated topics' (eg: corona, soccer, germany)")) keywords.append(keyword.lower().split(",")) print(keywords)

pascalkrautm commented 3 years ago

Print for loading done

pascalkrautm commented 3 years ago

Comma separated input is working and implemented

pascalkrautm commented 3 years ago

english sources ü15 implemented

pascalkrautm commented 3 years ago

Explain User parameter when asking for it done

Matadore3 commented 3 years ago

A way to save the Mp3 to the desktop:

with open(r'c:/data path/generator.text.mp3', 'ab') as file: #Save to local file name
    file.write()
    file.flush()

Another way:

import urllib.request 
`file_name`: 
urllib.request.urlretrieve(url, file_name)
Matadore3 commented 3 years ago

Unfortunately, these suggested solutions are not really suitable, since the data path must always be updated manually.

Marco-Me commented 3 years ago

Done --> save as mp3 Done --> Everything in english language

Matadore3 commented 3 years ago

Done --> save as pdf

pascalkrautm commented 3 years ago

let the squirrel check :shipit:

pascalkrautm commented 3 years ago

:shipit: Squirrel check completed