{"id":24811675,"url":"https://github.com/sushant98k/numberanalyzer-pythonproject-oop","last_synced_at":"2025-03-25T14:25:38.791Z","repository":{"id":267122065,"uuid":"898992905","full_name":"Sushant98K/NumberAnalyzer-PythonProject-OOP","owner":"Sushant98K","description":"🔢 Number Analyzer is a Python-based CLI tool that makes number analysis fun and simple! ✨ With features like 🔍 prime checking, 🧮 factor finding, 📈 sorting, and more, it’s perfect for anyone who loves working with numbers! 🚀","archived":false,"fork":false,"pushed_at":"2024-12-08T16:55:21.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T13:15:49.567Z","etag":null,"topics":["command-line","oops-in-python","python3"],"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/Sushant98K.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":"2024-12-05T12:25:16.000Z","updated_at":"2024-12-12T13:28:49.000Z","dependencies_parsed_at":"2024-12-08T17:42:29.780Z","dependency_job_id":null,"html_url":"https://github.com/Sushant98K/NumberAnalyzer-PythonProject-OOP","commit_stats":null,"previous_names":["sushant98k/pythonproject-oop","sushant98k/number-analyzer-pythonproject-oop","sushant98k/numberanalyzer-pythonproject-oop"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sushant98K%2FNumberAnalyzer-PythonProject-OOP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sushant98K%2FNumberAnalyzer-PythonProject-OOP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sushant98K%2FNumberAnalyzer-PythonProject-OOP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sushant98K%2FNumberAnalyzer-PythonProject-OOP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sushant98K","download_url":"https://codeload.github.com/Sushant98K/NumberAnalyzer-PythonProject-OOP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245478787,"owners_count":20622035,"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":["command-line","oops-in-python","python3"],"created_at":"2025-01-30T13:15:51.657Z","updated_at":"2025-03-25T14:25:38.741Z","avatar_url":"https://github.com/Sushant98K.png","language":"Python","readme":"\u003ch1 align=\"center\"\u003e\n    \u003cimg src=\"https://readme-typing-svg.herokuapp.com/?font=Righteous\u0026size=35\u0026center=true\u0026vCenter=true\u0026width=500\u0026height=70\u0026duration=4000\u0026lines=Number+Analyzer;\" /\u003e\n\u003c/h1\u003e\n\n# Number Analyzer\n\n**Number Analyzer** is a command-line interface (CLI) application designed to help users analyze and manipulate numbers efficiently. This project provides a variety of functionalities, including adding and removing numbers, checking for prime numbers, finding factors, and performing basic statistical calculations.\n\n## Features\n- **Add and Remove Numbers:** Easily manage a list of numbers with validation.\n- **Display Numbers:** View the current list of numbers in a user-friendly format.\n- **Check Prime Numbers:** Determine if a given number is prime.\n- **Find Factors:** Get all factors of a specified number.\n- **Sum of Numbers:** Calculate the total sum of all numbers in the list.\n- **Sort Numbers:** Sort the list of numbers in ascending or descending order.\n- **Check Even or Odd:** Identify whether a number is even or odd.\n- **Clear Numbers:** Remove all numbers from the list with a single command.\n\n## Project Structure\n\nThe project is organized as follows:\n```bash\nnumber_analyzer/\n│\n├── main.py                 # Entry point for the CLI application\n├── number_analyzer.py      # Base class (NumberAnalyzer)\n├── advanced_analyzer.py    # Derived class (AdvancedNumberAnalyzer)\n└── utils.py                # Utility functions for advanced operations\n```\n\n## Installation\n\nTo use the **Number Analyzer**, follow these steps:\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/Sushant98K/PythonProject-OOP.git\n   ```\n\n2. **Navigate to the project directory:**\n   ```bash\n   cd NumberAnalyzer\n   ```\n\n3. **Run the application:**\n   ```bash\n   python main.py\n   ```\n\n## Usage\n\nUpon running the application, you will be presented with a menu of options. Simply enter the corresponding number to perform the desired action. The application will guide you through each step, providing prompts for input as needed.\n\n## Future Enhancements\n\nThe following features are planned for future updates:\n- **Statistics Calculation:** Calculate mean, median, mode, and standard deviation.\n- **Number History:** Track the history of added and removed numbers.\n- **File I/O:** Save and load numbers from files for persistence.\n- **Graphical User Interface (GUI):** Develop a user-friendly GUI for easier interaction.\n- **Batch Operations:** Add or remove multiple numbers at once.\n- **Enhanced Sorting Options:** Sort numbers based on custom criteria.\n\n## Contributing\n\nContributions are welcome! If you have suggestions for improvements or new features, please feel free to submit a pull request or open an issue.\n\n- **Fork the repository.**\n\n- Create a new branch for your feature/bug fix:\n```bash\ngit checkout -b feature-name\n```\n- Commit your changes:\n```bash\ngit commit -m \"Description of changes\"\n```\n- Push to your branch:\n```bash\ngit push origin feature-name\n```\n- Open a pull request.\n\n---\n\nHappy Coding! 🎉","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsushant98k%2Fnumberanalyzer-pythonproject-oop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsushant98k%2Fnumberanalyzer-pythonproject-oop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsushant98k%2Fnumberanalyzer-pythonproject-oop/lists"}