Skip to content

Commit e921011

Browse files
removed header and footer
1 parent 513d36a commit e921011

File tree

1 file changed

+1
-75
lines changed

1 file changed

+1
-75
lines changed

README.md

Lines changed: 1 addition & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -2,80 +2,6 @@
22

33
All of my labwork done as part of Advanced Programming Practice (18CSC207J) lab.
44

5-
| Week Number | Programming Paradigm |Set Number|
6-
|:------------:|:--------------------:|:--:|
7-
| `1` | Structured |11,14|
8-
| `2` | Procedural |11,14,15|
9-
| `3` | Object Oriented |5,9,14|
10-
| `4` | Event Driven & GUI |1,2,3,4,5|
11-
| `5` | GUI with SQL Backend |1,2,4,5|
12-
| `6` | Parallel, concurrent & socket|9|
13-
| `7` | Functional | |
14-
| `8` | Parallel | |
15-
| `9` | Concurrent| |
16-
| `10`| Dependent Type| |
17-
| `11`| Logic| |
18-
| `12`| Network| |
19-
| `13`| Automata Based| |
20-
| `14`| Symbolic| |
21-
22-
23-
## :bulb: Languages used
24-
25-
- Python
26-
27-
<br>
28-
<p align="center"><img src="https://img.shields.io/badge/Contributors-black?logo=github&style=for-the-badge" />
29-
<p>
30-
<a href="https://github.com/ComputerScientist-01/Advanced-Programming-Practice/graphs/contributors">
31-
<img src="https://contrib.rocks/image?repo=ComputerScientist-01/Advanced-Programming-Practice" />
32-
</a>
33-
</p>
34-
35-
---
36-
37-
## Instructions to run
38-
39-
- Pre-requisites:
40-
- mysql.connector
41-
- sqkite3
42-
- tkinter
43-
- threading
44-
45-
- directions to install
46-
```
47-
While installing the packages (preferably while using the terminal) you can install multiple packages/libraries in a single line of command (by separating them by spaces) like this:
48-
```
49-
```bash
50-
pip install tkinter mysql.conector sqlite3 threading
51-
```
52-
53-
- directions to execute
54-
for windows users-
55-
```bash
56-
python app.py
57-
```
58-
for linux users-
59-
```bash
60-
python3 app.py
61-
```
62-
63-
---
64-
65-
66-
<!-- CONTACT -->
67-
## :man: Project Created & Maintained By
68-
69-
- **Hey guys, I'm Jayvardhan. Find out more about me** [ here](https://linkedin.com/in/rathi406)
70-
- **Reach out to me at** [rathi406@gmail.com](rathi406@gmail.com)
71-
72-
73-
<h3 align="right">Built with :heart: by Jayvardhan Rathi</h3>
74-
=======
75-
<h2 align="center">Advanced Programming Practice</h2>
76-
77-
All of my labwork done as part of Advanced Programming Practice (18CSC207J) lab.
78-
795
| Week Number | Programming Paradigm |Set Number|
806
|:------------:|:--------------------:|:--:|
817
| `1` | Structured |11,14|
@@ -145,4 +71,4 @@ python3 app.py
14571

14672

14773
<h3 align="right">Built with :heart: by Jayvardhan Rathi</h3>
148-
>>>>>>> 4ca34911a1af1915c5268d491df688e7392ea433
74+

0 commit comments

Comments
 (0)