Go to advanced search

by amerant
Tue May 06, 2014 3:48 am
Forum: Automation, sensing and robotics
Topic: rasbmc car automation
Replies: 0
Views: 493

rasbmc car automation

Okay so I want to make an all in one media center with the ability to turn on and off my aux lights and other relay controlled functions has anyone done something like this with raspbmc?
by amerant
Wed Apr 30, 2014 11:25 pm
Forum: Python
Topic: python gui
Replies: 16
Views: 5123

Re: python gui

Hey where can I get a list of all the widgets for tkinter that are there for 2.7 python
by amerant
Tue Apr 29, 2014 5:50 pm
Forum: Python
Topic: python gui
Replies: 16
Views: 5123

Re: python gui

...only problem is, tkinter is UGLY! Why not make your own gui library with pygame..? I don't have much knowledge I'm python didn't know that was possible. I will do some Looking into it and try and figure her out. Also found a good book on tkinter programming " tkinter gui applications and develop...
by amerant
Mon Apr 28, 2014 10:53 pm
Forum: Python
Topic: python gui
Replies: 16
Views: 5123

Re: python gui

Okay another question..... is there a way to make the file executable without having to run it through python?
by amerant
Mon Apr 28, 2014 2:59 am
Forum: Python
Topic: python gui
Replies: 16
Views: 5123

Re: python gui

from all the reading i have done tkinter should work on the idle 3 or the idle 2.7 and i tried both with no luck.. this is a copy of a button coding i had found and it will not work from Tkinter import * import time import RPi.GPIO as GPIO GPIO.setmode(GPIO.BCM) GPIO.setup(17, GPIO.OUT) GPIO.setup(1...
by amerant
Sun Apr 27, 2014 1:51 am
Forum: Automation, sensing and robotics
Topic: automation on vehicle
Replies: 0
Views: 686

automation on vehicle

So my idea was to use the rpi to remote start my vehicle, run my auxiliary light, strobes, maybe do a keyless start using a pin number or something. Idk lots if ideas. Would Like to wrap it up all In gui and incorporate in a media center. And control it through a touchscreen. I'm currently waiting f...
by amerant
Sat Apr 26, 2014 8:55 pm
Forum: Python
Topic: python gui
Replies: 16
Views: 5123

Re: python gui

I just tried some things i find on Google that would work. I've Done scripting work my knowledge on gui route programming is none. I want to attach my pi to my car run a auto start. Turn on and off kc lights lock unlock. Just trying to figure out how to make buttons to control gpio pins
by amerant
Fri Apr 25, 2014 9:55 pm
Forum: Python
Topic: python gui
Replies: 16
Views: 5123

python gui

okay so i am new to programming python an my knowledge is very limited on the subject currently trying to make buttons and such for a project for the raspberry. but cannot get any of the code i find on tutorials to work??? i am usuing IDLE 3. could someone point me to a good how to website or know a...
by amerant
Fri Apr 25, 2014 1:12 pm
Forum: Python
Topic: clean GUI for speedometer
Replies: 8
Views: 5566

Re: clean GUI for speedometer

Are you using a gps or the speed sensor off the trans?

Go to advanced search