• Virginia
  • High schooler learning to code

  • Joined on 2020年07月20日
caleb33 pushed to main at GASP/GASP_Code 2021年03月19日 00:54:04 +01:00
6dca6f2cc4 Remove chomp from this folder
caleb33 pushed to main at caleb33/Caleb_Tkinter_GASP 2021年03月19日 00:44:34 +01:00
1930a9cb3e Half functional
7508ac6469 Updates README to account for removed dependencies
113b6e529a Delete requirements.txt to simplify gasp
Compare 3 commits »
caleb33 closed issue GASP/GASP_Code#7 2021年03月01日 04:58:43 +01:00
Error when importing from GASP
caleb33 pushed to main at GASP/GASP_Code 2021年02月26日 15:27:58 +01:00
7508ac6469 Updates README to account for removed dependencies
113b6e529a Delete requirements.txt to simplify gasp
Compare 2 commits »
caleb33 pushed to main at GASP/GASP_Code 2021年02月26日 15:21:05 +01:00
af16fedb1a Removes Images and the PIL/ImageTk dependencies
caleb33 pushed to main at caleb33/Caleb_Tkinter_GASP 2021年02月26日 15:20:38 +01:00
af16fedb1a Removes Images and the PIL/ImageTk dependencies
d24cd82e80 Merge codeberg.org:GASP/GASP_Tkinter into main
f14ed0b465 Fix __str__ for Circle as described in issue #5
Compare 3 commits »
caleb33 pushed to main at GASP/GASP_Code 2021年02月26日 15:10:00 +01:00
d24cd82e80 Merge codeberg.org:GASP/GASP_Tkinter into main
3b74ff856d Moves chomp into a sub-folder
feb1982826 Reformats gasp.py with Black
e19392a07d Reformats chomp.py with Black
bac44b5ca2 Removes update_when() as it seems to do nothing
Compare 18 commits »
caleb33 pushed to main at caleb33/Caleb_Tkinter_GASP 2021年02月26日 03:16:46 +01:00
3b74ff856d Moves chomp into a sub-folder
feb1982826 Reformats gasp.py with Black
e19392a07d Reformats chomp.py with Black
bac44b5ca2 Removes update_when() as it seems to do nothing
857f595474 Creates the Arc class for that shape
Compare 9 commits »
caleb33 pushed to main at caleb33/Caleb_Tkinter_GASP 2021年02月26日 02:18:20 +01:00
a2c85ee2c4 Update .gitignore
3687a72bc5 Merge branch 'main' of codeberg.org:caleb33/Caleb_Tkinter_GASP into main
25ed9bf665 Renames parameters to match the Gasp tutorial, adds new Polygon, Text, and Image classes
704765c05d Fixes Circle class to work with move_by and move_to
Compare 4 commits »
caleb33 pushed to updates at caleb33/Caleb_Tkinter_GASP 2021年02月25日 03:58:49 +01:00
6505367b5d Adds the Arc class and runs the file through the Black formatter
5c58ff0478 Improves move_by to have accurate coordinates in obj.pos
947df7d249 Adds Oval class, not yet finished
b69356acbe Text size support
25ed9bf665 Renames parameters to match the Gasp tutorial, adds new Polygon, Text, and Image classes
caleb33 commented on issue GASP/GASP_Code#7 2020年08月09日 21:55:30 +02:00
Error when importing from GASP

Look at the install instructions and run $ python3 -m pip installl -r requirements.txt

caleb33 pushed to main at caleb33/Caleb_Tkinter_GASP 2020年08月03日 22:57:31 +02:00
1dfa41b6f7 Revert "Merge branch 'main' of https://codeberg.org/GASP/GASP_Tkinter into main"
812ba8d2af Merge branch 'main' of https://codeberg.org/GASP/GASP_Tkinter into main
6dade486a9 Add Debian requirements to README
5b5d8d5bf2 Remove -> and unneeded licenses
fd9f854d88 Merge pull request 'Caleb adds six new classes, improves the Gasp code.' (#6) from caleb33/Caleb_Tkinter_GASP:main into main
Compare 5 commits »
caleb33 pushed to main at caleb33/Caleb_Tkinter_GASP 2020年08月03日 21:59:05 +02:00
5dbc4245ae Adds function and binds for mouse_position
caleb33 deleted branch moves from caleb33/Caleb_Tkinter_GASP 2020年08月03日 20:58:50 +02:00
caleb33 pushed to main at caleb33/Caleb_Tkinter_GASP 2020年08月03日 20:44:51 +02:00
a00fcfa46e Fixes return type bug in screen_shot
caleb33 pushed to main at caleb33/Caleb_Tkinter_GASP 2020年07月30日 20:22:19 +02:00
f238b2eb4b Merge branch 'screenshots' into main
bd279e4a12 Adds a different (better?) approach to the screenshot function for Windows users
38866da948 Creates a requirements.txt file for pip
12df036ffa Messy solution, unlikely to work across devices
46060ba226 Corrects image placement and screen_shot return type
Compare 5 commits »
caleb33 pushed to main at caleb33/Caleb_Tkinter_GASP 2020年07月30日 20:16:36 +02:00
879a36f62a Describes how to use requirements.txt in the README
2e29efb284 New solution for fade out
9cf63ca26a Trying to fade out
4b2307e6e5 First attempt for stop_sound
accadf211f Uses pydub to play and convert sound files
Compare 5 commits »
caleb33 pushed to screenshots at caleb33/Caleb_Tkinter_GASP 2020年07月29日 22:13:04 +02:00
38866da948 Creates a requirements.txt file for pip
12df036ffa Messy solution, unlikely to work across devices
46060ba226 Corrects image placement and screen_shot return type
caleb33 pushed to playaudio at caleb33/Caleb_Tkinter_GASP 2020年07月29日 21:10:59 +02:00
2e29efb284 New solution for fade out
9cf63ca26a Trying to fade out
Compare 2 commits »
caleb33 pushed to playaudio at caleb33/Caleb_Tkinter_GASP 2020年07月28日 22:02:42 +02:00
4b2307e6e5 First attempt for stop_sound
accadf211f Uses pydub to play and convert sound files