{"id":23150599,"url":"https://github.com/reliek21/day-script","last_synced_at":"2026-04-15T16:08:49.913Z","repository":{"id":45239434,"uuid":"416110357","full_name":"reliek21/day-script","owner":"reliek21","description":"Day script with Python 3 for Linux","archived":false,"fork":false,"pushed_at":"2021-12-28T23:05:05.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T00:37:52.616Z","etag":null,"topics":["automation","daily-tasks","day","day-planner","linux","python","python3","script","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reliek21.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-11T22:57:26.000Z","updated_at":"2024-08-25T19:31:11.000Z","dependencies_parsed_at":"2022-09-07T03:41:55.267Z","dependency_job_id":null,"html_url":"https://github.com/reliek21/day-script","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reliek21%2Fday-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reliek21%2Fday-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reliek21%2Fday-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reliek21%2Fday-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reliek21","download_url":"https://codeload.github.com/reliek21/day-script/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247198431,"owners_count":20900079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","daily-tasks","day","day-planner","linux","python","python3","script","ubuntu"],"created_at":"2024-12-17T18:17:52.464Z","updated_at":"2026-04-15T16:08:44.876Z","avatar_url":"https://github.com/reliek21.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Day Script\n\nA small python script that executes the most frequent tasks such as: Study English, Learn a programming language and more.\n\n\n## Features\n\n- [x] Menu\n- [x] Colors on console\n\n  \n## Run Locally\n\nClone the project\n\n```bash\n  git clone git@github.com:reliek21/day-script.git\n```\n\nGo to the project directory\n\n```bash\n  cd day-script\n```\n\nInstall requirements.txt\n\n```bash\n  pip3 install -r requirements.txt\n```\n\nRun the project\n\n```bash\n  python3 script.py\n```\n\n  \n## Usage/Examples\n\n\n\nSend notifications\n```python\nimport subprocess\n\n# Send notifications function\ndef sendNotification(message, text=\"\"):\n    subprocess.Popen([\"notify-send\", message, text])\n    return\n\n# Call the function\nsendNotification(\"All applications started\", \"Have a nice day =)\")\n```\n\napplication function\n\n```python\nimport os\n\n# Init application function\ndef initApps(appname, link=\"\"):\n    os.system(f'{appname} {link}')\n\n# Init app\ninitApps(\"google-chrome\", \"https://www.duolingo.com/learn\")\n```\n\n\n## Authors\n\n[@reliek](https://www.github.com/reliek)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freliek21%2Fday-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freliek21%2Fday-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freliek21%2Fday-script/lists"}