{"id":22927477,"url":"https://github.com/coderrony955/doless","last_synced_at":"2025-04-01T15:43:23.825Z","repository":{"id":264030248,"uuid":"892141612","full_name":"CoderRony955/DoLess","owner":"CoderRony955","description":"DoLess is a Python library that provides a set of functions that can be used to perform various tasks in Python. The library is designed to be easy to use and provides a simple functions and class where you can use in your Python scripts to perform basic tasks in just calling functions and methods. ","archived":false,"fork":false,"pushed_at":"2024-11-21T17:17:10.000Z","size":14648,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-07T10:15:22.411Z","etag":null,"topics":["beginner-friendly","modules","pypi","pypi-package","pypi-packages","python","python-library","python3","pythonmodule"],"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/CoderRony955.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-21T15:24:12.000Z","updated_at":"2024-11-21T18:04:14.000Z","dependencies_parsed_at":"2024-11-21T16:49:01.253Z","dependency_job_id":null,"html_url":"https://github.com/CoderRony955/DoLess","commit_stats":null,"previous_names":["coderrony955/doless"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderRony955%2FDoLess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderRony955%2FDoLess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderRony955%2FDoLess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderRony955%2FDoLess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CoderRony955","download_url":"https://codeload.github.com/CoderRony955/DoLess/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246666760,"owners_count":20814570,"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":["beginner-friendly","modules","pypi","pypi-package","pypi-packages","python","python-library","python3","pythonmodule"],"created_at":"2024-12-14T09:14:40.723Z","updated_at":"2025-04-01T15:43:23.805Z","avatar_url":"https://github.com/CoderRony955.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DoLess.py\n![Doless ss](https://github.com/CoderRony955/DoLess/blob/master/img/DoLess.png)\n\n`DoLess` is a Python library that provides a set of functions that can be used to perform various tasks in Python.\nThe library is designed to be easy to use and provides a simple functions and class where you can use in your Python scripts to perform basic tasks in just calling functions and methods. Where your need to write extra two or three lines of code to perform basic tasks where using `DoLess` Library for python you can perform basic operations just by calling functions and methods..\n\n## Features\n- **Simple and Intuitive**: Just one function call to get started.\n- **Lightweight**: A minimalistic package with no unnecessary dependencies.\n- **Easy to Integrate**: Can be used in any Python project with minimal setup.\n\n## Installation\n\nYou can install `DoLess` directly from PyPI using `pip`. Run the following command in your terminal or command prompt:\n\n```bash\npip install DoLess==0.1.1\n```\n## Usage\n\n### f-\u003e chareach function\nThis function bascially prints the whole string with a delay of user given delay in seconds between each character.\n\ne.g\n```python\nfrom doless import chareach\nprint(chareach(\"Hello World!\", 0.1)) \n```\nprints the whole string with a delay of 0.1 seconds between each character\n\n### f-\u003e cmdrun function\nThis function runs a shell command in the terminal and returns the output of the command.\n\ne.g\n```python\nfrom doless import cmdrun\nprint(cmdrun(\"ls\"))\n```\nprints the list of files and directories in the current directory.\n\n### cls-\u003e fileop('filename')\n**Methods**\n- `mkfile(filename, text)`: Creates a new file with the given filename and content.\n- `readfile()`: Reads the content of the file with the given filename.\n- `writefile(filename, text)`: Writes the given content to the file with the given filename.\n- `delfile()`: Deletes the file with the given filename.\nThis class provides methods to perform file operations such as creating, reading, writing, and deleting files.\n\ne.g\n```python\nfrom doless import fileop\nop = fileop(\"example.txt\") #file name\nop.mkfile(\"example.txt\") #for making file and writing file this methods take one argument which is file content or text\nop.readfile()\nop.writefile(\"Hello World!\")\nop.delfile()\n```\n### cls-\u003e dirop('dirname')\n**Methods**\n-`makdir()`: Creates a new directory with the given name.\n-`deldir()`: Deletes the directory with the given name.\n\nThis class provides methods to perform directory operations such as creating and deleting directories.\n\ne.g\n```python\nfrom doless import dirop\nop = dirop(\"exampledir\")\nop.makdir() #make directory\nop.deldir() #delete directory\n```\n### cls-\u003e currencyconv('amount')\n**Methods**\n- `UsdToInr()`: Converts the given amount in USD to INR.\n- `InrToUsd()`: Converts the given amount in INR to USD.\n- `UsdToEuro()`: Converts the given amount in USD to EUR.\n- `EuroToUsd()`: Converts the given amount in EUR to USD.\n- `InrToEuro()`: Converts the given amount in INR to EUR.\n- `EuroToInr()`: Converts the given amount in EUR to INR.\n- `UsdToPound()`: Converts the given amount in USD to Pound.\n- `PoundToUsd()`: Converts the given amount in Pound to USD.\n- `UsdToYen()`: Converts the given amount in USD to Yen.\n- `YenToUsd()`: Converts the given amount in Yen to USD.\n- `InrToPound()`: Converts the given amount in INR to Pound.\n- `PoundToInr()`: Converts the given amount in Pound to INR.\n- `InrToYen()`: Converts the given amount in INR to Yen.\n- `YenToInr()`: Converts the given amount in Yen to INR.\n- `PoundToYen()`: Converts the given amount in Pound to Yen.\n- `YenToPound()`: Converts the given amount in Yen to Pound.\n- `EuroToPound()`: Converts the given amount in EUR to Pound.\n- `PoundToEuro()`: Converts the given amount in Pound to EUR.\n- `EuroToYen()`: Converts the given amount in EUR to Yen.\n- `YenToEuro()`: Converts the given amount in Yen to EUR.\n- \nThis class provides methods to perform currency amount calculations based on different currency.\n\ne.g\n```python\nfrom doless import currencyconv\nconv = currencyconv(1000)\nprint(conv.UsdToInr(1000))\nprint(conv.InrToUsd(1000))\nprint(conv.UsdToEuro(1000))\n```\nThere are other more functions to perfrom basic tasks using Doless python library you can explore it.\n\n## PyPI\n[DoLess module](https://pypi.org/project/DoLess/0.1.1/)\n\n## License\n`DoLess` is released under the [MIT License](https://github.com/CoderRony955/DoLess/blob/master/LICENSE). See the LICENSE file for more details.\n\n\n## Author\n**DoLess** is developed and maintained by [Raunak sharma](https://github.com/CoderRony955).\n\n\n\n## Closing\nThank you for using `DoLess` library :\u003e. Happy coding!\n\n\n## 📲 Get in Touch\n\n\u003ca href=\"https://www.instagram.com/__raunakk__/\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/static/v1?message=Instagram\u0026logo=instagram\u0026label=\u0026color=E4405F\u0026logoColor=white\u0026labelColor=\u0026style=for-the-badge\" height=\"35\" alt=\"instagram logo\"  /\u003e\n  \u003c/a\u003e\n\u003ca href=\"https://discord.gg/SK9k6mdzvP\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/static/v1?message=Discord\u0026logo=discord\u0026label=\u0026color=7289DA\u0026logoColor=white\u0026labelColor=\u0026style=for-the-badge\" height=\"35\" alt=\"discord logo\"  /\u003e\n  \u003c/a\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderrony955%2Fdoless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderrony955%2Fdoless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderrony955%2Fdoless/lists"}