https://github.com/seamoonpandey/my-python_projects
these are some of the useful programs that might interest some of the newcomers to the python in the programming or non programmers too
https://github.com/seamoonpandey/my-python_projects
Last synced: 4 months ago
JSON representation
these are some of the useful programs that might interest some of the newcomers to the python in the programming or non programmers too
- Host: GitHub
- URL: https://github.com/seamoonpandey/my-python_projects
- Owner: seamoonpandey
- Created: 2022-11-07T04:04:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-09T12:17:04.000Z (over 1 year ago)
- Last Synced: 2025-01-18T08:21:27.047Z (6 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python codes that might just take your Interest.
If you need help installing Python, visit https://installpython3.com/
1) Getting started..~install the package from internet of the python3 for windows
~for Linux
```bash
sudo apt update
sudo apt-get upgrade
sudo apt install python3
sudo apt install pip```
2) After getting the pip installer for python in the terminal you can just use the pip installer you can install the other dependencies as
```bash
#for the message automation
pip install pyautogui#for the random password generator
pip install random
/bin/python3 -m pip install -U autopep8
```Full documentation available at https://pyautogui.readthedocs.org
Simplified Chinese documentation available at https://muxuezi.github.io/posts/doc-pyautogui.html
Source code available at https://github.com/asweigart/pyautogui