Skip to content

Warriorrr1000/py-toolforge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

⚡ Py-ToolForge

A modular Python CLI toolkit that combines multiple useful utilities into one powerful command-line application.


🚀 Features

  • 🔐 Password Generator
  • 📝 Word & Character Counter
  • 📂 File Organizer (auto-sorts files into folders)
  • 💻 System Info Viewer (CPU & RAM usage)
  • ✨ Smart Text Formatter (NLP-based using spaCy)

🧠 Why this project?

This project is built to practice:

  • Modular Python development
  • CLI-based applications
  • Real-world utility tools
  • Basic NLP integration

▶️ Usage

Run the main file:

python main.py

Follow the on-screen menu to use different tools.


📁 Project Structure

py-toolforge/
│
├── main.py
├── tools/
│   ├── password_generator.py
│   ├── word_counter.py
│   ├── file_organizer.py
│   ├── system_info.py
│   ├── text_formatter.py
│   └── __init__.py

🛠️ Tech Used

  • Python
  • spaCy (for NLP)

📌 Future Improvements

  • Add GUI version
  • Add more tools
  • Improve NLP formatting
  • Add user config system

⭐ Support

If you like this project, give it a star ⭐ and feel free to fork!

About

A modular Python CLI toolkit with utilities like password generator, file organizer, system info, and smart text formatter.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages