https://github.com/roshan-r/kickass
Assignment helper
https://github.com/roshan-r/kickass
Last synced: 8 months ago
JSON representation
Assignment helper
- Host: GitHub
- URL: https://github.com/roshan-r/kickass
- Owner: Roshan-R
- Created: 2020-08-22T13:59:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T10:42:57.000Z (over 5 years ago)
- Last Synced: 2025-04-12T05:28:47.475Z (10 months ago)
- Language: Shell
- Size: 2.36 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kickass
*the one step C assignment maker*
KickAss takes your C source code, compiles the code, executes it, takes a screenshot, converts C to Alogrithmish format and generates a .tex file
which can be used to generate a .pdf file.
# Demo

# Installation
run the installation script
```bash
./install.sh
sudo cp kickass.sh /usr/bin/kickass
```
this will install kickass to `/usr/bin`.
## Dependencies
For converting C code to Algorithm format, make sure you have installed [ctoalgo](https://github.com/Roshan-R/ctoalgo).
For converting .tex files to .pdf format, make sure you have these packages installed
`texlive-core texlive-formatsextra texlive-latexextra texlive-pictures texlive-science`
and for screenshot, install `maim`