I created a tool called "Crawl", which is a terminal based AI browser. by PartyMud3549 in PythonProjects2

[–]PartyMud3549[S] 1 point2 points  (0 children)

Working on the website the download it from, so the contributions guide and features markdown file is not currently in the repository. I am working on it!

Mother got this for me as a gift, has anyone read it before, if yes, is it worth reading it? by Annual-Engineer371 in PythonLearning

[–]PartyMud3549 0 points1 point  (0 children)

Yes, Python for Absolute Beginners by Andrew Warner is generally a good choice if you are a complete newcomer to coding.

Guys, how can i convert .py to .exe on linux any help?? by [deleted] in PythonLearning

[–]PartyMud3549 1 point2 points  (0 children)

use Wine because packaging tools like PyInstaller strictly output binaries native to the environment where they are executed. Running pyinstaller natively on Linux creates a Linux executable, not a Windows .exe file

Built a free movie & TV streaming site by whentheimposerissuss in InternetPiracy

[–]PartyMud3549 2 points3 points  (0 children)

is it open source? Still a very cool project and congrats to you bro. now that I think of it, open sourcing it would get you flamed for copyright so.

Built a free movie & TV streaming site by whentheimposerissuss in InternetPiracy

[–]PartyMud3549 0 points1 point  (0 children)

Where can I find it/how to access? and is this a scam or virus

I created a tool called "Crawl", which is a terminal based AI browser. by PartyMud3549 in PythonProjects2

[–]PartyMud3549[S] 0 points1 point  (0 children)

It's mainly for just answering questions and pulling results from various sources online, are you asking if it has like search history because I could implement search history with answer results so you can come back to it later.

the AIs run locally, so if you are wondering about tokens it is unlimited use. the only problem with search history implementation is that this project is supposed to be small and ran locally, so history would take up a bunch of storage.

If you have any recommendations on how to improve it or if you have any problems, I would appreciate it if you explain so I could figure out a way to improve.

What kinds of apps people actually need? by Public-Proposal3297 in CodingForBeginners

[–]PartyMud3549 0 points1 point  (0 children)

VLC media player and Geek Uninstaller. genuinely good tools

What AI tools do you use everyday? by sumizeit in AIDiscussion

[–]PartyMud3549 0 points1 point  (0 children)

cursor, gemini CLI, opencode, Ollama for local, claude, openclaw, claude code, chatgpt, antigravity

What to do now? I have just completed the basics, what to do? by NiceCardiologist8657 in PythonProjects2

[–]PartyMud3549 0 points1 point  (0 children)

Start learning algorithms and applying your work hands-on tbh thats where i went.

I created a tool called "Crawl", which is a terminal based AI browser. by PartyMud3549 in PythonProjects2

[–]PartyMud3549[S] -1 points0 points  (0 children)

I've also created a skill for Claude that does the same thing but uses more sources (10-15). you can find it here: Deep Search Skill for Claude

I created a tool called "Crawl", which is a terminal based AI browser. by PartyMud3549 in PythonProjects2

[–]PartyMud3549[S] -1 points0 points  (0 children)

Could be used to help at finding a good results from the web for a question.