Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tytan-codes/better-day-5
It makes your day easy and fun.
https://github.com/tytan-codes/better-day-5
bootstrapstudio collaborate communityexchange dashlane ghdesktop github github-codespaces github-pages gitkraken learn python3 pythoon3 termius vscode
Last synced: 5 days ago
JSON representation
It makes your day easy and fun.
- Host: GitHub
- URL: https://github.com/tytan-codes/better-day-5
- Owner: Tytan-Codes
- License: mit
- Created: 2023-05-18T20:28:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T20:38:30.000Z (about 1 year ago)
- Last Synced: 2023-10-12T11:04:09.961Z (about 1 year ago)
- Topics: bootstrapstudio, collaborate, communityexchange, dashlane, ghdesktop, github, github-codespaces, github-pages, gitkraken, learn, python3, pythoon3, termius, vscode
- Language: Python
- Homepage:
- Size: 3.37 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Better Day 5
### How to install:
You can install it by going to my [ko-fi](https://ko-fi.com/s/f75552862a) page, it is 100% free but you can donate whatever you want when you download it.
### Install:
```
curl -o ready.sh -L https://github.com/Tytan-Codes/Better-Day-5/raw/main/ready.sh && bash ready.sh
```
Make sure that when you run ```ready.sh``` to update, you are not in the same directory as ```better-day-5```
Then:```
cd better-day-5
python3 main.py
```### Updating:
```
update.py
```
~~*** DO NOT GET RID OF THE ```ready.sh``` THAT IS NEEDED TO UPDATE THE SCRIPT ***~~### Configuration:
You need to read the EULA and the other thing. IF YOU WANT TO USE THE CHATGPT STUFF. PUT YOUR API KEY IN THE CONFIG WHERE IT SAYS IT SHOULD BE.
### Usage:
This script can do many things here a list:
- search certain websites
- run system commands
- git clone
- chatGPT functionns### No python
If you don't have python installed, you can still use the script! Heres how:
```bash
#macos
source nopython/bin/activate
#powershell
nopython/bin/activate.ps1
#cmd
nopython/bin/activate.bat
```### Common Errors:
```
Traceback (most recent call last):
File "C:\Users\Administrator\code\Better-Day-5\main.py", line 22, in
subprocess.check_output(['git', 'diff', '--exit-code', script_path])
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 1026, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 1538, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
```This means that you have to install git.
FileNotFoundError: [WinError 2] The system cannot find the file specified[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/Y8Y6J7HHP)