Recherche
Voici les résultats de votre recherche.
Pages trouvées :
Résultats plein texte:
- gaz_parfait_2011 @teaching:progappchim
- dimension de la fenêtre 2 txt1 = Label(fen2, text= "Entrez ici le nombre de mole(mol):") #appa... un texte dans la fenêtre 2 txt2 = Label(fen2, text= "Entrez ici la Température (K):") #" ... " " txt3 = Label(fen2, text = "Entrez ici le Volume (m^3) :") #" ... "(ligne 3 et colonne 3) button = Button(fen2, text='calculer', command=calculerP, bg="gold")#apparit
- calcul_matriciel_2012 @teaching:progappchim
- ar=IntVar() r1=Radiobutton(fen02,text="déterminant",variable=var,value=0,command =affiche) r2=Radiobutton(fen02,text="comatrice",variable=var,value=1,command =affiche1) r3=Radiobutton(fen02,text="matrice inverse",variable=var,value=2,command =affiche2) r4=Radiobutton(fen02,text="matrice transposée",variable=var,value=3,command
- representation_molecules_2013 @teaching:progappchim
- n ''.join(c for c in s if chk(c)) def find_words(text, search): ''' Sert à vérifier la présence d'u... ''' dText = {} dSearch = {} dText = text.split() dSearch = search.split() lenText... t dSearch, lenSearch found_word = 0 for text_word in dText: for search_word in dSearch: if hash(search_word) == hash(text_word): found_word += 1 if fo
- cairo-tutoriel @floss:python
- cr.fill() === Afficher du texte / glyphes (Show Text / Glyphs) === {{ :floss:python:cairo:showtext.pn... ation [[http://www.cairographics.org/manual/cairo-text.html#cairo-show-text|show_text()]] forme le masque à partir d'un texte. On peut s'imaginer plus facilement //show_text()// c
- syntax @wiki
- [[doku>toolbar|quickbuttons]], too. ===== Basic Text Formatting ===== DokuWiki supports **bold**, //i... by a whitespace or the end of line. This is some text with some linebreaks\\ Note that the two backslas... espace \\this happens without it. This is some text with some linebreaks\\ Note that the two backsl... m or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points
- tkinter_gui_simple @teaching:progappchim
- from tkinter import * root = Tk() w=Label(root, text="Bonjour !") w.pack() root.mainloop() </code> =... nt("Yes, we can !") root = Tk() #w = Label(root, text="Bonjour!") #w.pack() b = Button(root,text="Click here !",command=action) b.pack() root.mainloop() </... nt("Yes, we can !") root = Tk() #w = Label(root, text="Bonjour!") #w.grid(row=?) champ = Entry(root) c
- ph_courbe_titrage_2011 @teaching:progappchim
- enwarn.title('Erreur') Label(fenwarn, text='Vous devez choisir un type').pack(padx=5, pady=5) Button(fenwarn, text='Fermer', command = fenwarn.destroy,bg="red").pac... nwarn.title('Erreur') Label(fenwarn, text="Veuillez entrer des valeurs cohérentes. Le pH do... .pack(padx=5, pady=5) Button(fenwarn, text='Fermer', command = fenwarn.destroy,bg="red").pac
- dictionaries_adn_arn_protein @teaching:progappchim
- 2 tex2 += gencode1[cha1[n:n+3]] text2.configure( text= "Résultat : "+tex2,fg='blue') # pour déterminer ce qui apparaitre dans la réponse ... tex2 += gencode2[cha1[n:n+3]] text4.configure( text= "Résultat : "+tex2,fg='blue') def traduction_en_AM2(): gencode3 = {
- bs3accordion @floss
- accordion> ==== En combinaison avec le composant text ==== <callout type="question" icon="true"> Est-c... eprise comme Facebook, je ne suis pas concerné"> <TEXT type="danger"> Faux ! </TEXT> </panel> <panel type="default" title="2. Non, je ne revends pas les d... nnées de mes lecteurs, je ne suis pas concerné"> <TEXT type="danger"> Faux ! </TEXT> </panel> <panel
- activestateselection @floss:python
- [[http://code.activestate.com/recipes/579013-draw-text-to-image|Draw Text To Image]] * [[http://code.activestate.com/recipes/579006-mandelbrot-fractal-image... http://code.activestate.com/recipes/578839-python-text-to-speech-with-pyttsx|Python text-to-speech with pyttsx]] * [[http://code.activestate.com/recipes/578
- conversion_temperature_2011 @teaching:progappchim
- ion du titre de la fenêtre # Label(conteneur, text=titre).pack() # Label défini un fragment de texte... ans la fenêtre "conteneur" # Label(conteneur, text='Résultat: ' + str(reponse)).pack() # Pack permet... une chaine de caractères # Button(conteneur, text='Ok', command=conteneur.destroy).pack(padx=5, pad... eurwidget.title('Erreur') Label(erreurwidget, text=texte).pack(padx=5, pady=5) Button(erreurwidg
- bootstrapwrapper @floss
- " icon="fa fa-home"> Panel content </panel> ==== Text ==== * <text type="muted">muted</text> * <text type="primary">primary</text> * <text type="success">success</text> * <text type="info">
- dokuwiki_extensions @floss
- https://www.dokuwiki.org/plugin:plaintext]] ==== <text> ==== Similar to **%%<nowiki>text</nowiki>%%**, but linebreaks are preserved (replaced by <br/> in the... but head and tail linebreaks are trimmmed) <code text> <text> (Line 1) This is a **long** //long// __long__ long long long long long long long long long long
- tableau_periodique_2011 @teaching:progappchim
- box.insert(END,item) quitter = Button(element,text='Quitter',command=element.destroy) quitter.pa... s (ici des messages) autre = Message(legend1, text="Autres", width=300, font="Arial 15", bg="white")... tre.pack() metauxtransition= Message(legend1, text="Metaux de transition", width=300, font="Arial 15... xtransition.pack() gazrare = Message(legend1, text="Gaz rares", width=300, font="Arial 15", bg="#00C
- courbe_predominance_acide_2013 @teaching:progappchim
- la valeur entrée pour n txtn = Label(root2, text ='pKa1 : ', fg = 'red') txtn.grid(row=2) ... lécule possède 2 H+ txt2 = Label(root2, text ='pKa2 : ', fg = 'red') txt2.grid(row=4) ... cule possède 3 H+ txt3 = Label(root2, text ='pKa3 : ', fg = 'red') txt3.grid(row... plt.show() b2=Button(root2,text="Tracer le Graphique",command=graphe, bg = 'black