Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helioloureiro/codingdojocontrol
A simple tool to use during coding dojos
https://github.com/helioloureiro/codingdojocontrol
Last synced: 11 days ago
JSON representation
A simple tool to use during coding dojos
- Host: GitHub
- URL: https://github.com/helioloureiro/codingdojocontrol
- Owner: helioloureiro
- License: gpl-2.0
- Created: 2014-04-07T15:28:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-11T15:08:27.000Z (over 10 years ago)
- Last Synced: 2024-08-01T22:56:38.952Z (3 months ago)
- Language: Python
- Homepage:
- Size: 180 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
codingdojocontrol
=================* A simple tool to use during coding dojos
The project target was to create an easy tool
to join two different needs for a coding dojo:1) countdown timer
2) lighter about code status
After a quick search in Google, no tool could
attend my requirements, so I moved on and
created this.Graphical interfaces were created using
qt4-designer.TODO:
* improve configuration
* create notification GUIs?
* play a sound once time reaches zero
* change display collor in the last 10 seconds?
* world dominationRequirements
============
* python-qt4Usage
=====
Just clone this repo:
git clone https://github.com/helioloureiro/codingdojocontrol.git codingdojoInto this directory, codingdojo, it will run any .py script and check output result
for 0 (ok) or not.So create your challenge, the create a script. Before the pilot start to code,
press button "Start". It will countdown till zero.If for some reason you need to start over the counter, just press "Reset".
"Configure" button allows you to select other directory to place your coding
dojo's code, and change the default time from 5 minutes (300 seconds).