GithubHelp home page GithubHelp logo

deathgaze / homework-file-generator Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 108 KB

A command line utility for creating properly templated homework sets for Alexandra Stefan's CSE 1310 course at UTA.

Python 100.00%

homework-file-generator's Introduction

homework-file-generator

A quick and easy utility for generating the proper file and folder structure to complete homework assignments for Alexandra Stefan's CSE 1310 course taken at UTA.


Usage:

When its first run, regardless of what options its passed, hwfilegen will ask for the user's name and UTA ID (a unique ID number assigned to each student). It will then create a template and store it in the user's home folder. Then...

python3 hwfilegen.py 1 3

Creates folder hw01 and creates three Python source files with the naming scheme hw01_task1.py, hw01_task2.py, hw01_task3.py. Adds a template header to each file with the user's name, date, UTA ID and a blank description field.

python3 hwfilegen.py -r

Wipes out the template and prompts the user to create a new one.

Installation:

Copy the program somewhere convienient and add an alias appropriate to your OS.

For example, a UNIX/OSX/CygWin alias might look like:

alias hwfilegen="python3 /bin/hwfilegen.py"

Take a look at this Stack Overflow question for an idea of how this might work under Windows. Windows PowerShell users (included with GitHub for Windows) can refer to this TechNet article.

homework-file-generator's People

Contributors

linker-err0r avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.