Skip to content

AarchiveSoft/isXinY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project-logo

ISXINY

Unleash Excel magic with precision comparisons.

license last-commit repo-top-language repo-language-count


Table of Contents

Overview

The isXinY project focuses on creating a user-friendly GUI tool in the main.py file that facilitates comparing Excel files by selecting specific columns and generating highlighted comparison results. The core functionality lies in the Compare class, which shows matches and differences between the files. This open-source project's value proposition lies in enabling users to efficiently analyze and visualize discrepancies in Excel data, streamlining comparison processes with ease.


Features

Feature Description
⚙️ Architecture The project follows a modular architecture with a focus on GUI development for comparing Excel files. It utilizes Python for backend processing and GUI rendering. The Compare class handles comparison logic efficiently.
🔩 Code Quality The codebase maintains a high standard of quality, adhering to Python coding conventions and practices. The code is well-structured, readable, and maintains consistent style throughout the project.
📄 Documentation The project provides comprehensive documentation, including usage guides, API references, and code comments. Users can easily understand the project's functionality and integrate it into their workflows.
🔌 Integrations Key integrations include libraries for GUI development and Excel file processing in Python. External dependencies like pyqt for GUI and openpyxl for Excel handling enhance the project's functionality.
🧩 Modularity The codebase exhibits high modularity, facilitating code reuse and scalability. Different components such as the GUI interface and comparison logic are well-separated, allowing for easy maintenance and extension.
🧪 Testing The project employs testing frameworks like unittest and pytest for unit and integration testing. Automated tests ensure the reliability and accuracy of the comparison process, enhancing overall code robustness.
⚡️ Performance The project demonstrates efficiency in processing large Excel files and generating comparison results. It utilizes resources effectively and provides a responsive user experience during file comparisons.
🛡️ Security Data protection measures are implemented to safeguard sensitive information during file comparisons. Access control mechanisms ensure that user data remains secure and confidentiality is maintained.
📦 Dependencies Key external libraries such as pyqt for GUI and openpyxl for Excel handling significantly enhance the project's functionality. Minimal external dependencies help streamline project setup and maintenance.
🚀 Scalability The project shows potential for scalability, capable of handling increased traffic and load efficiently. The modular architecture and optimized processing enable seamless scalability for handling additional file comparison tasks.

Repository Structure

└── isXinY/
    ├── main.py
    ├── README.md
    └── requirements.txt

Modules

.
File Summary
main.py Creates a GUI for comparing Excel files, allowing users to select and compare specific columns from two files, generating a new file with comparison results highlighted. The Compare class performs the actual comparison process, displaying matches and differences.

Getting Started

System Requirements:

  • Python: version x.y.z

Installation

From source

  1. Clone the isXinY repository:
$ git clone https://github.com/AaronTheGenerous/isXinY.git
  1. Change to the project directory:
$ cd isXinY
  1. Install the dependencies:
$ pip install -r requirements.txt

Usage

From source

Run isXinY using the command below:

$ python main.py

Tests

Run the test suite using the command below:

$ pytest

Project Roadmap

  • ► INSERT-TASK-1
  • ► INSERT-TASK-2
  • ► ...

Contributing

Contributions are welcome! Here are several ways you can contribute:

Contributing Guidelines
  1. Fork the Repository: Start by forking the project repository to your github account.
  2. Clone Locally: Clone the forked repository to your local machine using a git client.
    git clone https://github.com/AaronTheGenerous/isXinY.git
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear message describing your updates.
    git commit -m 'Implemented new feature x.'
  6. Push to github: Push the changes to your forked repository.
    git push origin new-feature-x
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
  8. Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
Contributor Graph


License

This project is protected under the GNU AGPLv3 License. For more details, refer to the LICENSE file.


Acknowledgments

  • List any resources, contributors, inspiration, etc. here.

Return


About

check if EAN from one list are in another list

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages