0

Recently my teachers have started hassling us to get our ‘better’ projects on github for a ‘sorta’ portfolio

I have a simple C# script I wrote for a class assignment many months ago
Inside that script I call an exe created by using pyinstaller on a simple python program to grab info from the web related to the script’s purpose just to see how pyinstaller and web-scraping works

If I put this on github should it be two separate repositories or one with the python stuff in its own contained folder???

Thank you in advance

Comments
  • 1
    Release each component in seperate repositories, but include the dependencies as git submodules.
  • 4
    What?
    No. Do not release this Franken project into (the wild) github.

    Just do a normal python based scraper project.
Add Comment