{"id":19816792,"url":"https://github.com/eduardorodriguesf/calculator","last_synced_at":"2026-05-06T16:35:51.190Z","repository":{"id":141366313,"uuid":"245286227","full_name":"EduardoRodriguesF/Calculator","owner":"EduardoRodriguesF","description":"Desktop software made using Python and PyQt5","archived":false,"fork":false,"pushed_at":"2020-08-12T11:22:16.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-23T23:13:05.732Z","etag":null,"topics":["calculator","gui","pyqt5"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EduardoRodriguesF.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-03-05T23:10:18.000Z","updated_at":"2023-05-26T23:14:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"925b6002-00eb-4a30-bba8-28aff22eafbb","html_url":"https://github.com/EduardoRodriguesF/Calculator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EduardoRodriguesF/Calculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EduardoRodriguesF%2FCalculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EduardoRodriguesF%2FCalculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EduardoRodriguesF%2FCalculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EduardoRodriguesF%2FCalculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EduardoRodriguesF","download_url":"https://codeload.github.com/EduardoRodriguesF/Calculator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EduardoRodriguesF%2FCalculator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32702254,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["calculator","gui","pyqt5"],"created_at":"2024-11-12T10:10:37.825Z","updated_at":"2026-05-06T16:35:51.170Z","avatar_url":"https://github.com/EduardoRodriguesF.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Calculator\n A calculator made with Python 3.8\n \n ## What have I learned with the project?\n #### GUI Design\n While using the PyQt5 Designer tool, I was able to learn about the software's workplace and how to use it in code to display whatever I want.\n #### Counting, separating and controlling strings\nMy calculator software was made in such a way that everytime you press a button, it adds it to a string displayed on top of the window, or it manipulates the string to involve certain numbers within functions.\n```python\ncount = count[:index] + 'sqr(' + count[index:] + ')'\n# the code above puts latest numbers after an operator (+, -, * or /) in between square function\n# 'index' represents those numbers \n```\n\nOnce you press `=` the program uses `eval()` to calculate the string\n \n ## Setting up\n  Assuming you already have Python and `pip` installed, to run the program you will need to get the following packages:\n  * PyQt5\n  * Regex\n  * Math\n  For that, you just need to use the commands bellow in your Command prompt:\n  ```\n  \u003e pip install pyqt5 regex math\n  ```\nNow you should be able to use it by running `script.py`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feduardorodriguesf%2Fcalculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feduardorodriguesf%2Fcalculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feduardorodriguesf%2Fcalculator/lists"}