Soemone here said there is an app for that called QPython or something
Yes, but how to start this app qPython 3L after you copied and pasted your whole intention text in it
Thatās what am I asking
Ah okay. Sorry I donāt know about that but Iād like to know that too. Since a few people here did just that, I think theyāll help us out.
@Zen Do you have an idea?
and friends, I canāt get the python V3 software, I followed the link that @ AtrĆ©ides shared, and after installing the program, there is just the command guest window (with the black background) that appears. and i canāt do anything other than copy paste the code into the guest command prompt. and after nothing happens, i canāt even run an execution or do anything other than watch impussan ā¦ hahaha.
You just install python v3 on your computer, and then open the source code on the page and save it as it is. You will then be able to double click on the saved file and run it
I understand now, it works well, thank you for your precious advice, You have helped me a lot.
Copy the text. Paste it in the āeditorā section of the app. Save text to a location youāll remember then you should be able to run the app by going to the main menu and click on āscriptsā find your file and click run.
how do you manage to use an image in this python program instead of affirmations ?! I thought it was only a few sentences that you could write.
So what happens if I put a mantra in there, or the Lordās prayer? Is it as though one is repeating it himself/herself millions of times? I probably will try with the website first before jumping into the program itself.
i think you have to add () on line 4 on .last_tmp.py but first you need to have access to that file otherwise the file intention repeater is not compatible with qpython3 cause this last uses 2.x i think and the intention repeater is 3.x version
it is not print āāThis is console moduleāā
but it should print(āāThis is console moduleāā)
the command yes does not exist
Basically, since Python 3.x you need to use print
with parenthesis.
Python 2.x : print āLord of the Ringsā
Python 3.x : print(āLord of the Ringsā)
maybe this can help
To make your project be single-source Python 2/3 compatible, the basic steps are:
- Only worry about supporting Python 2.7
- Make sure you have good test coverage (coverage.py can help;
pip install coverage
) - Learn the differences between Python 2 & 3
- Use Futurize (or Modernize) to update your code (e.g.
pip install future
) - Use Pylint to help make sure you donāt regress on your Python 3 support (
pip install pylint
) - Use caniusepython3 to find out which of your dependencies are blocking your use of Python 3 (
pip install caniusepython3
) - Once your dependencies are no longer blocking you, use continuous integration to make sure you stay compatible with Python 2 & 3 (tox can help test against multiple versions of Python;
pip install tox
) - Consider using optional static type checking to make sure your type usage works in both Python 2 & 3 (e.g. use mypy to check your typing under both Python 2 & Python 3).
I am here the only one who feel exhausted and letargic using online website version intention?
even if I use it less than 10 minutes some intention?
Hey all, I got another email reply from the creator of the Intention Repeater. He created a forum account, but says he cannot post because heās new (@anon6431808, is that right?).
Heās updated the code, as well as put up a page on usage instructions. You can find that here:
Hereās the email. Also, @_OM, he mentions you in this email, you may want to take a look.
Summary
From: AnthroTeacher
Sent: Sunday, September 6, 2020 11:02 AM
Subject: Re: Proposed Updates to the Intention RepeaterHi,
I have made updates to the Repeater. Including allowing for automation.
https://www.intentionrepeater.com/usage.html
I also uploaded the latest code to the website, so feel free to download v5.
I kept the ANU out of it. Another person I talk to mentioned that ANU is more the fundamental creation of matter rather than a god.
I added Sirius A back in because that star is dear to my heart and has been instrumental in my awakening.
You can let people in the forum know that I canāt yet post because they have my posting on hold since Iām new.
You can let them know I have 20 years of meditation experience that went into eventually making this.
A friend told me I had created an Artificial Intelligence, so thatās what I thought it was. Someone on the forum mentioned it was a Servitor or an Egregore, so I wonāt contest that.
I got my energy field very strong through past 2-5 years, and opened up to Intelligent Infinity as per the Law of One (www.lawofone.info),
so a programmer who wasnāt spiritually developed probably couldnāt have created this. It took 2000+ years of spiritual development to create an effective Servitor for it to work with.
The feelings of a presence people are feeling could very well be the inertia/backlog of running it. It does 1+ million repetitions per second, and regulates the energy.
The after effects they feel could very well be the rest of the energy being processed.
I would like to learn more about the Morphic Fields and energy.
I want the OM user to be rest assured that I may have been mistaken calling it an Artificial Intelligence, due to my friend telling me it was.
You can let the forum know that I updated to v5 to use your directives (but also added Sirius A), and directions for automating are on the Usage page.
Thank you so much.
OK. Iām good then!
That sounds like truth and not like heās been channeling some AI spirit.
(In case you couldnāt tell from this thread, AI isnāt most humanityās friendā¦ but discussion for another day)
So, yes, Iām going to completely rewrite the intention coding with lots of fun stuff and test the coding a few different ways.
Other than that, I encourage others to do the same but I like the general idea of the program.
Nowā¦ if we could just get the computer to generate physical cyclical action in 3d timeā¦
On the website text box, I put in OM ( ) and clicked start. Not sure anything is happening? So far, I do not feel anything.
Try OM MANI PADME HUM.
OMās a bit to subtle to be honest.
I think itās AnthroTeacher, thought I saw him trying to post earlier, not positive tho.
I will try that now!! I have not installed the Python version - would the online version work as well? Is the mantra (trend) being directed in the case of website at me or universe at large?