Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #2K
~7K People Reached
Favorite Tags

12 Posted Topics

Member Avatar for harshguy
Member Avatar for epicSHOOTER236

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 …

Member Avatar for epicSHOOTER236
0
281
Member Avatar for red23

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 …

Member Avatar for JasonHippy
0
3K
Member Avatar for epicSHOOTER236

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?

Member Avatar for epicSHOOTER236
0
159
Member Avatar for Faruk Salifu

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...

Member Avatar for epicSHOOTER236
0
113
Member Avatar for slasel

something such as this: def changepic(): canvas.create_image(100,100,image=afterprymase2a) canvas.after(2000, changepic) time is in miliseconds though

Member Avatar for Ene Uran
0
436
Member Avatar for slasel

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

Member Avatar for vegaseat
0
243
Member Avatar for Xmod

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

Member Avatar for vijayan121
0
479
Member Avatar for slasel

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.

Member Avatar for vegaseat
0
234
Member Avatar for miked4401

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

Member Avatar for epicSHOOTER236
0
148
Member Avatar for here2serve

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 …

Member Avatar for epicSHOOTER236
0
216
Member Avatar for tactfulsaint

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 …

Member Avatar for epicSHOOTER236
0
181

The End.