-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
60 lines (45 loc) · 1.49 KB
/
README.txt
File metadata and controls
60 lines (45 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Creates Journal of engineering students for term-work submission in matter of seconds.
Needed Software:
Python
Latex
Input: Content(text or matlab or any files containing data)
Output:.tex file.(You need to compile .tex file for completed output)
Features:
It makes journal or report on basis of most common template found in journals.
Automatically extracts contents from files(whether it is .txt or .m or .c)
Prints as many Labs as folders under the root directory specified in the program.
Prints images specified in folders too.
Modifications:
You need to modify the root path in py2journal.py
If you are printing images,find 'scale' in python code and set it to appropriate value.
Structure:
Root directory should contain folders named:
Lab1
Lab2
Lab3
Lab4
.
.
.
.
.
Upto required labs
(Root folder must not contain any files)
Each folder under root folder should contain following files:
ln.txt(Compulsory) # It contains lab name.
q1.txt # Question of first problem of lab 1
c1.(any extension) # Code Content of the first problem
s1-1.png # If any Screenshots in the first problem
s1-2.png # If any Screenshots in second problem
q2.txt # Question of second problem of Lab 2
c2.(any extension) # Code Content of second problem
.
.
.
.
Upto Required problems in each lab.
(This folder should only contain files not folders.)
Example attached.
Contact info:
Jenil Shah
mailjenil@gmail.com