Skip to content

Latest commit

Β 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 

Repository files navigation

Python Text Editor - Command Line Text Editing & Analysis

This project built on Python, can:

  • πŸ“ Alter texts (Add, Delete, Replace Characters)

  • πŸ” Encrypt Text (Uses the Numeric and Caesar Cipher)

  • πŸ”Ž Use Searching Algorithms to scan vast texts

  • ⚠️ detect AI-generated text

  • πŸ“ˆ visualize data with Matplotlib

  • πŸ“Š generate random text

  • πŸ“‚ Handle and create files

  • πŸ”€ Clean control flow with switch statements instead of large-scale boolean statements

How to Use The Project?

To use this project, find a Python Environment (Google Colab, Replit, Onecomplier, VSCode, etc.), open this script's file, and click any Run/Play button (β–Ά) found on the environment.

Then, follow the basic instructions displayed in the project itself when it runs.

NOTE: For file handling & saving, you should use an IDE, specifically.

Tech Used πŸ’»

Name Usage
Polars Creates a transcript of user text and saves it as a .csv file
Matplotlib Visualizes text data (Amount of Words/Numbers/Special Characters, and percentage of words detected as AI written) via pie charts
Regular Expressions Helps alter and search text faster than vanilla Python code
Google Colab The IDE for the project
Jupyter Notebook Was used via Colab
Google Cloud Used via Colab to help store and run code
Python The project's language
Pythoncomplier.io Used for learning Pandas dataframes via snippets

About

A Python-built text editing software, with cryptography, data analysis, regular expressions, and file management!

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages