Tool to manage the assignments in the VM.
Project description
Assignment Tool
This tool is used to lead students through the assignments of the "Strukturierte Programmierung" course at Aalen Univerity.
Installation Guid
Install OS dependencies (for Ubuntu 20.04), create a virtual env and activate it:
$ sudo -i
# apt install python3.8-venv python3-wheel
# python3.8 -m venv /opt/assignment_tool_venv
# source /opt/assignment_tool_venv/bin/activate
Then install Kivy-Garden (0.1.4) without building a wheel, as it can't build a wheel.
(assignment_tool_venv)# pip install kivy-garden==0.1.4 --no-binary :all:
Now you can install the actual package
(assignment_tool_venv)# pip install assignment-tool-sebastian-stigler
Finally, you create a assignment_tool.desktop
file (adapt the Exec
and Icon
path if your
virtual env has a different name).
[Desktop Entry]
Version=1.0
Name=Assignment Tool
Exec=/opt/assignment_tool_venv/bin/assignment_tool
Icon=/opt/assignment_tool_venv/lib/python3.8/site-packages/assignment_tool/assets/logo.png
Terminal=false
Type=Application
Categories=TextEditor;Development;IDE;
To integrate it into the desktop call:
# desktop-file-install assignment_tool.desktop
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for assignment_tool_sebastian_stigler-1.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 515e29a808bbcabe6ac4fafd70be8d76bc095f4d9bd39dd16d6c5018db8f5fd7 |
|
MD5 | 20104fa34fa944fc1a3b947232ab035d |
|
BLAKE2b-256 | 8587c7458d463e10e8b1c5bdcbac311a4fb293a094b8f28fac01813bc5e05819 |
Close
Hashes for assignment_tool_sebastian_stigler-1.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f3195325605da12fc45bddc3cca65dddb88e38700d3000a4c56b3d4bbd2482e |
|
MD5 | ad281902def632f4ee4fc9d0ef034f86 |
|
BLAKE2b-256 | f2e39c4b5ddbd863a836aa88700d9a09e3350118583e21e893eeea1d68f0e46a |