Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Daniel Schumacher

@DanielSchumache
ಠ_ಥ 7th Grade ಠ_ಥ ಠ_ಥ My Subreddit:ಠ_ಥ https://www.reddit.com/r/weirdchans
  • Guess The Number

    Cover page
    Made with Python
    Recent comments (0)
  • No Life: The Game

    Cover page
    Made with Python
    Recent comments (0)
  • Adventure Game

    Cover page
    Made with Python

    Version 1.3 | By u/ClickTypeClick

    Recent comments (0)
  • Mean

    Cover page
    Made with Python
    Recent comments (0)
  • Communist Propaganda

    Cover page
    Made with Python

    ☭ *Our ☭

    Recent comments (0)
Repls
Community
DanielSchumache
DanielSchumache
shared a Post
4 years ago
ChatBot
A simple ChatBot written in Python that has emotions, has greetings based on emotions, can answer yes or no questions, and more.
ChatBot
Python
EvelynPyakurel
EvelynPyakurel
I'm...not sure what went wrong, honestly, but nothing happens. It's not an uncalled function because you don't have any- maybe something to do with "while repeat:"?4 years ago
DanielSchumache
DanielSchumache
shared a Post
4 years ago
I'm working on a chatbot, and it has emotions based on what you say. It's supposed to respond good to things such as "howdy," "hey," or "hi," but it's
ChatBot
Python
Geocube101
Geocube101
Problem fixed by using elif statements instead of repeated if statements and by correcting if/elif conditions. New code here4 years ago
DanielSchumache
DanielSchumache
shared a Post
5 years ago
I made a calculator in Python using only 2 lines. Give me tips on how to make it 1 line. Update: Thanks to @nithilan4, I was able to shorten this cal
Simple Calculator
Python
ash15khng
ash15khng
The problem is it will give an error if you type anything that Python doesn't understand. Use a try except loop for that. Another issue is that it only evaluates one statement then stops. Also, quick warning: https://nedbatchelder.com/blog/201206/evalreallyis_dangerous.html4 years ago
BestBerry
BestBerry
I did the same thing, too, but good job anyway. I would suggest adding another line and importing the math module. (If you do it with the from math import * syntax, then you don't have to put math. in front of every function)5 years ago
slip1244
slip1244
or this: print(eval(input("expression: ")))5 years ago
DanielSchumache
DanielSchumache
shared a Post
5 years ago
I'm trying to make changeable colours with termcolor using a variable, but I get a key error. Please help. Edit: It's fixed
XDOS
Python
Geocube101
Geocube101
I believe python is counting the variable colour as the function colour which is why you get ``. Try changing either the function name or the variable name.5 years ago
DanielSchumache
DanielSchumache
shared a Post
5 years ago
This is a fast and visually appealing OS made in Python called, XDOS. I'm looking for feedback. This is still a work in progress.
XDOS
Python
DanielSchumache
DanielSchumache
I'm looking for some command suggestions5 years ago
HappyFakeboulde
HappyFakeboulde
Use str.strip(), switch to a system of command-line arguments, and add more commands. Otherwise, good. Have an upvote.5 years ago
DanielSchumache
DanielSchumache
shared a Post
5 years ago
Give me feedback in the "repl-y" section get it get it (**)~\
Mean
Python
21natzil
21natzil
You can use the built-in len function to get the length of a list. len(my_list)5 years ago
DanielSchumache
DanielSchumache
shared a Post
5 years ago
Why is it hard for people to find my posts on share?
DanielSchumache
DanielSchumache
shared a Post
5 years ago
Here's a way you can stalk me. I hope you will use this for other purposes though...
Notebook
Python
DanielSchumache
DanielSchumache
Entry 9 has been added and I switched to the DD/MM/YY format5 years ago
DanielSchumache
DanielSchumache
Entry 8 has been added. Cya tomorrow5 years ago
DanielSchumache
DanielSchumache
Added entry 75 years ago
DanielSchumache
DanielSchumache
shared a Post
5 years ago
This is a simple adventure game coded in Python. It is currently only in it's first playable version, but I think you'll like it so far. Please report
Adventure Game
Python
DanielSchumache
DanielSchumache
shared a Post
5 years ago
When I try to post on share, it never finds any of my repls, and it still won't let me post even if I post the direct link. Please help!
ash15khng
ash15khng
Sometimes this happens too, try sharing your repl from your repl page by clicking share (next to the run button)5 years ago
DanielSchumache
DanielSchumache
shared a Post
5 years ago
I made a Node JS Repl, and I need to know how to use the html file in the Repl for a Repl site. It only shows the console.
amasad
amasad
Hey so most repls start out with simply the console. You need to start a webserver for it to understand that you're building a website. Alternatively you can start with something like an express.js repl. Here is one you can fork: https://repl.it/@amasad/express-with-html5 years ago
DanielSchumache
DanielSchumache
shared a Post
5 years ago
Screenshot 2018-10-02 at 9.47.38 AM So I keep getting these random white boxes, and yesterday, it said, "main.py syntax error line 16" or something al
Allum_c
Allum_c
Opt out of Explorers 5 years ago
YeetMstr
YeetMstr
worked perfectly fine for me5 years ago
21natzil
21natzil
The white box is just to display where your cursor is. Can you post the repl to were having issues with?5 years ago
DanielSchumache
DanielSchumache
shared a Post
5 years ago
https://repl.it/@DanielSchumache/ClickClock When it prints the time, the minutes say, "," and I don't know why. Please help.