fitzypop / random-episode

Just like Python Episode Randomizer, but in .NET Core and written with some code design principles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Random-Episode

A GUI desktop app that will get a random episode from a show title the user enters. This project utilizes an api to retrieve information about a show entered: you need an internet connect for this project to work correctly. You also need to download wxPython and requests to compile this project.

To download wxPython and requests, go to your terminal or cmd and type in: python -m pip install -U wxPython , python -m pip install -U requests

This project was written in Python 3.6, I don't know if it will work with earlier versions of Python.

About

Just like Python Episode Randomizer, but in .NET Core and written with some code design principles


Languages

Language:Python 61.5%Language:C# 38.5%