Skip to content

IgorAvilaPereira/GenerateEvaluationSheetToStudents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Generate Evaluation Sheet To Students

Dependences

Tkinter

# Python 2.7
sudo apt-get install python-tk

# Python 3
sudo apt-get install python3-tk

ezodf

pip install ezodf

List of Students

students.csv

Terminal

# number of questions to students == 2 (default)
python3.6 main.py 
# number of questions to students == 3
python3.6 main.py 3

GUI mode

python3.6 app.py 

Make a Executable

Install Pyinstaller

-- pip2
pip install pyinstaller
-- pip3
pip3 install pyinstaller

Build

pyinstaller -D -F -n main -c "app.py"
cd /dist
./main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages