No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
12 Posted Topics
How would i make python read a text file and find something then read a certian number of lines below it i.e if you had: card 1: ball red it need to find card 1:, then it needs to read the line below (ball) and set it to a string … | |
Re: so if I understan corectly you want instructions on how to code python in Notepad++ then run it if so you would do this: make sure you've downloaded and installed python!!! (it's best to download 2.7) 1. open Notepad++ and set the file as python (at the bottom of the … | |
so I need to be able to open a text file, and when a button is pressed it searches for a tag in the file such as <l1> and anything after that tag would be put into a label. how would I go about doing this? | |
Re: The oly way i could think of is finding a way to mask your IP adress and make it look to online retialers that your internet connection if from a county such as the UK, US, Canada, Germany, China, etc... | |
Re: something such as this: def changepic(): canvas.create_image(100,100,image=afterprymase2a) canvas.after(2000, changepic) time is in miliseconds though | |
Re: this can be done in any widget the same way but heres an example using label: from Tkinter import * tk=Tk() label = Label(tk, text='new font', font='Impact 72 bold') label.pack() tk.mainloop() you can use any font that is on your system | |
Re: if your using Xcode your probably a mac user, which I am also, therfore i would reconmend not using Xcode if your working on c++ becuse it uses the std c++ libray so it's slightly different then most c++ users are used to | |
Re: if you want to display a bouncing ball or something simple the tkinter library uses .gif images, so you could create a gif of that if you absoulutly need it to be made in Pygame i cant help you there. | |
Re: if you still have the install disk boot from it (if you are using lion or moutain lion boot from the recovery partition) to do this hold the optionkey when you hear the startup sound and go to the correct partition or disk | |
Re: insert the disk, then restart the computer when you hear the startup sound hold the option key until a series of drives appers the disk should be one of them, click on it(or use the arrowkeys to navigate to it and hit enter) it will boot from the disk, if … | |
Re: when you delete a file from your flash drive on a mac it uses the space on your flashdrive until you empty the trash so it dosnt take up space on your computer (trust me it's helpful because files in your trash takes up space just like everthing else, I … |
The End.