A collection of Python scripts created during my learning and experimentation with Python, as well as code to help automate tasks and solve problems at work.
A simple script to swap two numbers without using a temporary variable, using arithmetic operations.
Reads an Excel file (file_name.xlsx) and filters names.
The filtered results are saved to output.xlsx.
Compares two text files line by line using a simple tkinter GUI and displays the differences along with the line numbers.
If both files are identical, it reports that no differences were found.
Only required for the name_filter_excel script:
pip install pandas