Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vimalraj3/getpyresult
This program can fetch the result from the puducherry uni web and convert into excel sheets. You can use this code for making record of your class results.
https://github.com/vimalraj3/getpyresult
Last synced: about 2 months ago
JSON representation
This program can fetch the result from the puducherry uni web and convert into excel sheets. You can use this code for making record of your class results.
- Host: GitHub
- URL: https://github.com/vimalraj3/getpyresult
- Owner: vimalraj3
- Created: 2023-05-13T15:49:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-03T13:48:09.000Z (8 months ago)
- Last Synced: 2024-10-16T07:41:44.673Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# getPyResult⭐
This program can fetch the result from the puducherry uni web and convert into excel sheets. You can use this code for making record of your class results.
## project set up📈.
steps to quick start of development or execute the program.1. install dependencies
2. execute program
3. have a coffee, we will do it for you😊.To install all dependencies.
```
npm i
```
To run the development in your local.
```
npm run dev
```
To run the execution in your local
```
npm start
```